Skip to content

Commit

Permalink
atm: iphase: Fix typo in comment
Browse files Browse the repository at this point in the history
Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
Xiang wangx authored and kuba-moo committed Jun 18, 2022
1 parent 959edef commit f691b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/atm/iphase.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f691b4d

Please sign in to comment.