Skip to content

Commit

Permalink
powerpc/rtas: fix miswording in rtas_function kerneldoc
Browse files Browse the repository at this point in the history
The 'filter' member is a pointer, not a bool; fix the wording
accordingly.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230220-rtas-queue-for-6-4-v1-4-010e4416f13f@linux.ibm.com
  • Loading branch information
Nathan Lynch authored and Michael Ellerman committed Mar 30, 2023
1 parent 1792e46 commit 32740fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/rtas.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct rtas_filter {
* functions are believed to have no users on
* ppc64le, and we want to keep it that way. It does
* not make sense for this to be set when @filter
* is false.
* is NULL.
*/
struct rtas_function {
s32 token;
Expand Down

0 comments on commit 32740fc

Please sign in to comment.