diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-17 00:41:55 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-06-17 20:17:18 -0700 |
commit | f691b4d87edfd3fb37ad589d38cf858f47c6e050 (patch) | |
tree | 77c363e797f9b96b6052733687140afb198f899d /drivers/atm | |
parent | 959edef6589da6ca1fc5454137fa44630c804fa7 (diff) | |
download | linux-stable-f691b4d87edfd3fb37ad589d38cf858f47c6e050.tar.gz linux-stable-f691b4d87edfd3fb37ad589d38cf858f47c6e050.tar.bz2 linux-stable-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>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/iphase.c | 2 |
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); |