powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc
authorNathan Lynch <nathanl@linux.ibm.com>
Mon, 6 Nov 2023 13:42:53 +0000 (07:42 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 Nov 2023 02:13:44 +0000 (13:13 +1100)
commit65083333d3d16b282674aeef5cce5c72226c05e0
tree6314826dfa7c379ee79b762f0a97e38f3ddecf11
parentdeebe5f607d7f72f83c41163191ad0c1c4356385
powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc

>From a W=1 build:

>> arch/powerpc/platforms/pseries/rtas-work-area.c:189: warning: Function parameter or member 'limit' not
>> described in 'rtas_work_area_reserve_arena'

Add the missing description of the limit parameter.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202309131221.Bm1pg96n-lkp@intel.com/
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231106-rtas-trivial-v1-1-61847655c51f@linux.ibm.com
arch/powerpc/platforms/pseries/rtas-work-area.c