Skip to content

Commit 56bcf64

Browse files
Kotbenekwesteri
authored andcommitted
thunderbolt: Fix typo in tb_eeprom_ctl_read documentation
Fix presumed copy-paste typo of tb_eeprom_ctl_read documentation referring to tb_eeprom_ctl_write. Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
1 parent 211ddde commit 56bcf64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/thunderbolt/eeprom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static int tb_eeprom_ctl_write(struct tb_switch *sw, struct tb_eeprom_ctl *ctl)
2121
}
2222

2323
/*
24-
* tb_eeprom_ctl_write() - read control word
24+
* tb_eeprom_ctl_read() - read control word
2525
*/
2626
static int tb_eeprom_ctl_read(struct tb_switch *sw, struct tb_eeprom_ctl *ctl)
2727
{

0 commit comments

Comments
 (0)