diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-07-15 11:52:50 +0800 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-07-28 16:22:14 +1000 |
commit | 738f9dca0df3bb630e6f06a19573ab4e31bd443a (patch) | |
tree | 2ac814093a264f50cfdd5d51c3deb2bc08bc2be7 | |
parent | 901a30cf5f765a26f1308701d9df9e7f3d0023a5 (diff) |
powerpc/sysdev: Fix comment typo
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
-rw-r--r-- | arch/powerpc/sysdev/cpm2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/cpm2.c b/arch/powerpc/sysdev/cpm2.c index 3f130312b6e9..915f4d3991c3 100644 --- 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. */ |