All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uaccess: correct kernel-doc parameter format
@ 2026-03-02  0:52 Randy Dunlap
  2026-03-03  2:12 ` SeongJae Park
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2026-03-02  0:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Andrew Morton

Use the correct kernel-doc function parameter format to avoid
kernel-doc warnings:

Warning: include/linux/uaccess.h:814 function parameter 'uptr' not
 described in 'scoped_user_rw_access_size'
Warning: include/linux/uaccess.h:826 function parameter 'uptr' not
 described in 'scoped_user_rw_access'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Andrew Morton <akpm@linux-foundation.org>

 include/linux/uaccess.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20260227.orig/include/linux/uaccess.h
+++ linux-next-20260227/include/linux/uaccess.h
@@ -806,7 +806,7 @@ for (bool done = false; !done; done = tr
 
 /**
  * scoped_user_rw_access_size - Start a scoped user read/write access with given size
- * @uptr	Pointer to the user space address to read from and write to
+ * @uptr:	Pointer to the user space address to read from and write to
  * @size:	Size of the access starting from @uptr
  * @elbl:	Error label to goto when the access region is rejected
  *
@@ -817,7 +817,7 @@ for (bool done = false; !done; done = tr
 
 /**
  * scoped_user_rw_access - Start a scoped user read/write access
- * @uptr	Pointer to the user space address to read from and write to
+ * @uptr:	Pointer to the user space address to read from and write to
  * @elbl:	Error label to goto when the access region is rejected
  *
  * The size of the access starting from @uptr is determined via sizeof(*@uptr)).

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

* Re: [PATCH] uaccess: correct kernel-doc parameter format
  2026-03-02  0:52 [PATCH] uaccess: correct kernel-doc parameter format Randy Dunlap
@ 2026-03-03  2:12 ` SeongJae Park
  0 siblings, 0 replies; 2+ messages in thread
From: SeongJae Park @ 2026-03-03  2:12 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: SeongJae Park, linux-kernel, Andrew Morton

On Sun,  1 Mar 2026 16:52:29 -0800 Randy Dunlap <rdunlap@infradead.org> wrote:

> Use the correct kernel-doc function parameter format to avoid
> kernel-doc warnings:
> 
> Warning: include/linux/uaccess.h:814 function parameter 'uptr' not
>  described in 'scoped_user_rw_access_size'
> Warning: include/linux/uaccess.h:826 function parameter 'uptr' not
>  described in 'scoped_user_rw_access'
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Reviewed-by: SeongJae Park <sj@kernel.org>


Thanks,
SJ

[...]

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

end of thread, other threads:[~2026-03-03  2:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02  0:52 [PATCH] uaccess: correct kernel-doc parameter format Randy Dunlap
2026-03-03  2:12 ` SeongJae Park

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.