> -/*
> - * bread() reads a specified block and returns the buffer that contains
> - * it. It returns NULL if the block was unreadable.
> +/**
> + * bread() - reads a specified block and returns the bh
> + * @block: number of block
> + * @size: size (in bytes) to read
You missed describing dev param. The docs script complains at this.
regards
john
-- "If you're not part of the problem, you're part of the problem space." - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/