projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1792e46
)
powerpc/rtas: fix miswording in rtas_function kerneldoc
author
Nathan Lynch
<nathanl@linux.ibm.com>
Mon, 6 Mar 2023 21:33:43 +0000
(15:33 -0600)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 30 Mar 2023 12:36:35 +0000
(23:36 +1100)
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
arch/powerpc/kernel/rtas.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/rtas.c
b/arch/powerpc/kernel/rtas.c
index c73b01d722f65fa3bbcb948fa2a1ced8f807c0b5..c29c38b1a55adc2fc3640f69c6e87923c9ff63ab 100644
(file)
--- a/
arch/powerpc/kernel/rtas.c
+++ b/
arch/powerpc/kernel/rtas.c
@@
-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;