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>
This commit is contained in:
parent
959edef658
commit
f691b4d87e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue