From: Alan Borzeszkowski Date: Wed, 27 Aug 2025 11:56:28 +0000 (+0200) Subject: thunderbolt: Update eeprom.c function documentation X-Git-Tag: v6.18-rc1~76^2~2^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=728ab0e4a0ca78f550ca59d9267e0b2835f523fa;p=thirdparty%2Fkernel%2Flinux.git thunderbolt: Update eeprom.c function documentation Make eeprom.c function documentation compliant with current kernel-doc standards. No functional changes. Signed-off-by: Alan Borzeszkowski Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/eeprom.c b/drivers/thunderbolt/eeprom.c index e66183a72cf94..1af65fece495f 100644 --- a/drivers/thunderbolt/eeprom.c +++ b/drivers/thunderbolt/eeprom.c @@ -298,6 +298,8 @@ struct tb_drom_entry_desc { * * Does not use the cached copy in sw->drom. Used during resume to check switch * identity. + * + * Return: %0 on success, negative errno otherwise. */ int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid) { @@ -709,7 +711,7 @@ static int tb_drom_device_read(struct tb_switch *sw) * populates the fields in @sw accordingly. Can be called for any router * generation. * - * Returns %0 in case of success and negative errno otherwise. + * Return: %0 on success, negative errno otherwise. */ int tb_drom_read(struct tb_switch *sw) {