aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-17 00:41:55 +0800
committerJakub Kicinski <kuba@kernel.org>2022-06-17 20:17:18 -0700
commitf691b4d87edfd3fb37ad589d38cf858f47c6e050 (patch)
tree77c363e797f9b96b6052733687140afb198f899d
parentppp: Fix typo in comment (diff)
downloadlinux-dev-f691b4d87edfd3fb37ad589d38cf858f47c6e050.tar.xz
linux-dev-f691b4d87edfd3fb37ad589d38cf858f47c6e050.zip
atm: iphase: Fix typo in comment
Delete the redundant word 'the'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220616164155.11686-1-wangxiang@cdjrlc.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--drivers/atm/iphase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c
index 3e726ee91fdc..324148686953 100644
--- a/drivers/atm/iphase.c
+++ b/drivers/atm/iphase.c
@@ -739,7 +739,7 @@ static u16 ia_eeprom_get (IADEV *iadev, u32 addr)
u32 t;
int i;
/*
- * Read the first bit that was clocked with the falling edge of the
+ * Read the first bit that was clocked with the falling edge of
* the last command data clock
*/
NVRAM_CMD(IAREAD + addr);