Re: [PATCH] ext4: Fix return-value types in several function documentation comments

From: Theodore Y. Ts'o
Date: Thu Apr 09 2020 - 23:56:00 EST


On Sun, Mar 29, 2020 at 01:21:41PM -0700, Josh Triplett wrote:
> The documentation comments for ext4_read_block_bitmap_nowait and
> ext4_read_inode_bitmap describe them as returning NULL on error, but
> they return an ERR_PTR on error; update the documentation to match.
>
> The documentation comment for ext4_wait_block_bitmap describes it as
> returning 1 on error, but it returns -errno on error; update the
> documentation to match.
>
> Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx>

Applied, thanks.

- Ted