projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
addebe1
)
drivers/ps3: Fix double word in comments
author
Shaomin Deng
<dengshaomin@cdjrlc.com>
Sun, 4 Sep 2022 15:51:02 +0000
(11:51 -0400)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 24 Nov 2022 12:31:47 +0000
(23:31 +1100)
Drop the repeated word "when" in comments.
Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20220904155102.26957-1-dengshaomin@cdjrlc.com
drivers/ps3/ps3-lpm.c
patch
|
blob
|
history
diff --git
a/drivers/ps3/ps3-lpm.c
b/drivers/ps3/ps3-lpm.c
index 65512b6cc6fdcd2eaeabb0fdac41e676815f4e0e..200ad8751860a6f4f32ae937cf3161440a579d1b 100644
(file)
--- a/
drivers/ps3/ps3-lpm.c
+++ b/
drivers/ps3/ps3-lpm.c
@@
-1066,7
+1066,7
@@
EXPORT_SYMBOL_GPL(ps3_disable_pm_interrupts);
* instance, specified by one of enum ps3_lpm_tb_type.
* @tb_cache: Optional user supplied buffer to use as the trace buffer cache.
* If NULL, the driver will allocate and manage an internal buffer.
- * Unused when
when
@tb_type is PS3_LPM_TB_TYPE_NONE.
+ * Unused when @tb_type is PS3_LPM_TB_TYPE_NONE.
* @tb_cache_size: The size in bytes of the user supplied @tb_cache buffer.
* Unused when @tb_cache is NULL or @tb_type is PS3_LPM_TB_TYPE_NONE.
*/