All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ksmbd: Fix one kernel-doc comment
@ 2023-08-21  8:29 Yang Li
  2023-08-25 14:36 ` Namjae Jeon
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2023-08-21  8:29 UTC (permalink / raw)
  To: linkinjeon, sfrench; +Cc: senozhatsky, tom, linux-cifs, linux-kernel, Yang Li

Fix one kernel-doc comment to silence the warning:
fs/smb/server/smb2pdu.c:4160: warning: Excess function parameter 'infoclass_size' description in 'buffer_check_err'

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 fs/smb/server/smb2pdu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/smb/server/smb2pdu.c b/fs/smb/server/smb2pdu.c
index a7325fe3319b..f4f2d51b56b5 100644
--- a/fs/smb/server/smb2pdu.c
+++ b/fs/smb/server/smb2pdu.c
@@ -4150,7 +4150,6 @@ int smb2_query_dir(struct ksmbd_work *work)
  * @reqOutputBufferLength:	max buffer length expected in command response
  * @rsp:		query info response buffer contains output buffer length
  * @rsp_org:		base response buffer pointer in case of chained response
- * @infoclass_size:	query info class response buffer size
  *
  * Return:	0 on success, otherwise error
  */
-- 
2.20.1.7.g153144c


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

* Re: [PATCH -next] ksmbd: Fix one kernel-doc comment
  2023-08-21  8:29 [PATCH -next] ksmbd: Fix one kernel-doc comment Yang Li
@ 2023-08-25 14:36 ` Namjae Jeon
  0 siblings, 0 replies; 2+ messages in thread
From: Namjae Jeon @ 2023-08-25 14:36 UTC (permalink / raw)
  To: Yang Li; +Cc: sfrench, senozhatsky, tom, linux-cifs, linux-kernel

2023-08-21 17:29 GMT+09:00, Yang Li <yang.lee@linux.alibaba.com>:
> Fix one kernel-doc comment to silence the warning:
> fs/smb/server/smb2pdu.c:4160: warning: Excess function parameter
> 'infoclass_size' description in 'buffer_check_err'
>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>

Applied it to #ksmbd-for-next-next.

Thanks!

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

end of thread, other threads:[~2023-08-25 14:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-21  8:29 [PATCH -next] ksmbd: Fix one kernel-doc comment Yang Li
2023-08-25 14:36 ` Namjae Jeon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.