linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] fs/hfsplus: Fix some kernel-doc comments
@ 2022-08-30  7:42 Yang Li
  2022-08-30 23:58 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2022-08-30  7:42 UTC (permalink / raw)
  To: axboe; +Cc: hch, bvanassche, linux-fsdevel, linux-kernel, Yang Li,
	Abaci Robot

Add the description of @opf and remove @op and @op_flags in
hfsplus_submit_bio() kernel-doc comment.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2013
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 fs/hfsplus/wrapper.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/fs/hfsplus/wrapper.c b/fs/hfsplus/wrapper.c
index 0b791adf02e5..6202e877f459 100644
--- a/fs/hfsplus/wrapper.c
+++ b/fs/hfsplus/wrapper.c
@@ -30,8 +30,7 @@ struct hfsplus_wd {
  * @sector: block to read or write, for blocks of HFSPLUS_SECTOR_SIZE bytes
  * @buf: buffer for I/O
  * @data: output pointer for location of requested data
- * @op: direction of I/O
- * @op_flags: request op flags
+ * @opf: operation and flags for bio
  *
  * The unit of I/O is hfsplus_min_io_size(sb), which may be bigger than
  * HFSPLUS_SECTOR_SIZE, and @buf must be sized accordingly. On reads
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] fs/hfsplus: Fix some kernel-doc comments
  2022-08-30  7:42 [PATCH -next] fs/hfsplus: Fix some kernel-doc comments Yang Li
@ 2022-08-30 23:58 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2022-08-30 23:58 UTC (permalink / raw)
  To: Yang Li, axboe; +Cc: hch, bvanassche, linux-fsdevel, linux-kernel, Abaci Robot



On 8/30/22 00:42, Yang Li wrote:
> Add the description of @opf and remove @op and @op_flags in
> hfsplus_submit_bio() kernel-doc comment.
> 
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2013
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>


Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  fs/hfsplus/wrapper.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/fs/hfsplus/wrapper.c b/fs/hfsplus/wrapper.c
> index 0b791adf02e5..6202e877f459 100644
> --- a/fs/hfsplus/wrapper.c
> +++ b/fs/hfsplus/wrapper.c
> @@ -30,8 +30,7 @@ struct hfsplus_wd {
>   * @sector: block to read or write, for blocks of HFSPLUS_SECTOR_SIZE bytes
>   * @buf: buffer for I/O
>   * @data: output pointer for location of requested data
> - * @op: direction of I/O
> - * @op_flags: request op flags
> + * @opf: operation and flags for bio
>   *
>   * The unit of I/O is hfsplus_min_io_size(sb), which may be bigger than
>   * HFSPLUS_SECTOR_SIZE, and @buf must be sized accordingly. On reads

-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-30 23:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30  7:42 [PATCH -next] fs/hfsplus: Fix some kernel-doc comments Yang Li
2022-08-30 23:58 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).