Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/ps3: Fix double word in comments

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

authored by

Shaomin Deng and committed by
Michael Ellerman
ff8fae94 addebe1c

+1 -1
+1 -1
drivers/ps3/ps3-lpm.c
··· 1066 1066 * instance, specified by one of enum ps3_lpm_tb_type. 1067 1067 * @tb_cache: Optional user supplied buffer to use as the trace buffer cache. 1068 1068 * If NULL, the driver will allocate and manage an internal buffer. 1069 - * Unused when when @tb_type is PS3_LPM_TB_TYPE_NONE. 1069 + * Unused when @tb_type is PS3_LPM_TB_TYPE_NONE. 1070 1070 * @tb_cache_size: The size in bytes of the user supplied @tb_cache buffer. 1071 1071 * Unused when @tb_cache is NULL or @tb_type is PS3_LPM_TB_TYPE_NONE. 1072 1072 */