Re: [PATCH 01/13] powerpc/rtas: document rtas_call()

2022-11-21 Thread Andrew Donnellan
On Fri, 2022-11-18 at 09:07 -0600, Nathan Lynch wrote: > rtas_call() has a complex calling convention, non-standard return > values, and many users. Add kernel-doc for it and remove the less > structured commentary from rtas.h. > > Signed-off-by: Nathan Lynch Excellent work! I'm not overly

[PATCH 01/13] powerpc/rtas: document rtas_call()

2022-11-18 Thread Nathan Lynch
rtas_call() has a complex calling convention, non-standard return values, and many users. Add kernel-doc for it and remove the less structured commentary from rtas.h. Signed-off-by: Nathan Lynch --- arch/powerpc/include/asm/rtas.h | 15 - arch/powerpc/kernel/rtas.c | 58