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>
This commit is contained in:
Dominik Karol Piątkowski
2025-10-20 08:17:36 +02:00
committed by Mika Westerberg
parent 211ddde082
commit 56bcf64b61
+1 -1
View File
@@ -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)
{