Skip to content

Commit cf12445

Browse files
rddunlapbrauner
authored andcommitted
fs/hfsplus: use better @opf description
Use a more descriptive explanation of the @opf function parameter, more in line with <linux/blk_types.h>. Fixes: 02105f1 ("fs/hfsplus: wrapper.c: fix kernel-doc warnings") Suggested-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20240210050606.9182-1-rdunlap@infradead.org Reviewed-by: Bart Van Assche <bvanassche@acm.org> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Cc: Christian Brauner <brauner@kernel.org> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent d008960 commit cf12445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/hfsplus/wrapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct hfsplus_wd {
3030
* @sector: block to read or write, for blocks of HFSPLUS_SECTOR_SIZE bytes
3131
* @buf: buffer for I/O
3232
* @data: output pointer for location of requested data
33-
* @opf: request op flags
33+
* @opf: I/O operation type and flags
3434
*
3535
* The unit of I/O is hfsplus_min_io_size(sb), which may be bigger than
3636
* HFSPLUS_SECTOR_SIZE, and @buf must be sized accordingly. On reads

0 commit comments

Comments
 (0)