]> Git Repo - linux.git/commitdiff
powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc
authorNathan Lynch <[email protected]>
Mon, 6 Nov 2023 13:42:54 +0000 (07:42 -0600)
committerMichael Ellerman <[email protected]>
Tue, 7 Nov 2023 02:13:45 +0000 (13:13 +1100)
>From a W=1 build:

>> arch/powerpc/kernel/rtas-proc.c:771: warning: Function parameter or member 'm' not described in
>> 'ppc_rtas_rmo_buf_show'
>> arch/powerpc/kernel/rtas-proc.c:771: warning: Function parameter or member 'v' not described in
>> 'ppc_rtas_rmo_buf_show'

Add the missing parameter descriptions.

Signed-off-by: Nathan Lynch <[email protected]>
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
arch/powerpc/kernel/rtas-proc.c

index 9454b8395b6ac9b6d2e50e92c52629dff1f7cbfb..f38df72e64b877533939be7964d4fb0f297cc331 100644 (file)
@@ -752,6 +752,8 @@ static int ppc_rtas_tone_volume_show(struct seq_file *m, void *v)
 
 /**
  * ppc_rtas_rmo_buf_show() - Describe RTAS-addressable region for user space.
+ * @m: seq_file output target.
+ * @v: Unused.
  *
  * Base + size description of a range of RTAS-addressable memory set
  * aside for user space to use as work area(s) for certain RTAS
This page took 0.058454 seconds and 4 git commands to generate.