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-02 17:35:33 +00:00
committed by Mika Westerberg
parent 211ddde082
commit 56bcf64b61

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)
{