projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901a30c
)
powerpc/sysdev: Fix comment typo
author
Jason Wang
<wangborong@cdjrlc.com>
Fri, 15 Jul 2022 03:52:50 +0000
(11:52 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 28 Jul 2022 06:22:14 +0000
(16:22 +1000)
The double `is' is duplicated in line 110, remove one.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20220715035250.5978-1-wangborong@cdjrlc.com
arch/powerpc/sysdev/cpm2.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/sysdev/cpm2.c
b/arch/powerpc/sysdev/cpm2.c
index
3f13031
..
915f4d3
100644
(file)
--- a/
arch/powerpc/sysdev/cpm2.c
+++ b/
arch/powerpc/sysdev/cpm2.c
@@
-107,7
+107,7
@@
EXPORT_SYMBOL(cpm_command);
* memory mapped space.
* The baud rate clock is the system clock divided by something.
* It was set up long ago during the initial boot phase and is
- *
is
given to us.
+ * given to us.
* Baud rate clocks are zero-based in the driver code (as that maps
* to port numbers). Documentation uses 1-based numbering.
*/