Skip to content

Commit 6508333

Browse files
nathanlynchmpe
authored andcommitted
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
1 parent deebe5f commit 6508333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/powerpc/platforms/pseries/rtas-work-area.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ machine_arch_initcall(pseries, rtas_work_area_allocator_init);
184184

185185
/**
186186
* rtas_work_area_reserve_arena() - Reserve memory suitable for RTAS work areas.
187+
* @limit: Upper limit for memblock allocation.
187188
*/
188189
void __init rtas_work_area_reserve_arena(const phys_addr_t limit)
189190
{

0 commit comments

Comments
 (0)