From: Dominik Karol PiÄ…tkowski Date: Thu, 2 Oct 2025 17:35:33 +0000 (+0000) Subject: thunderbolt: Fix typo in tb_eeprom_ctl_read documentation X-Git-Tag: v6.19-rc1~63^2~6^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56bcf64b613127cbccae91d55becf5e5da235cbd;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/eeprom.c b/drivers/thunderbolt/eeprom.c index 1af65fece495f..5477b94370481 100644 --- a/drivers/thunderbolt/eeprom.c +++ b/drivers/thunderbolt/eeprom.c @@ -21,7 +21,7 @@ static int tb_eeprom_ctl_write(struct tb_switch *sw, struct tb_eeprom_ctl *ctl) } /* - * tb_eeprom_ctl_write() - read control word + * tb_eeprom_ctl_read() - read control word */ static int tb_eeprom_ctl_read(struct tb_switch *sw, struct tb_eeprom_ctl *ctl) {