Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <alan.borzeszkowski@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>

authored by

Alan Borzeszkowski and committed by
Mika Westerberg
728ab0e4 250afc7f

+3 -1
+3 -1
drivers/thunderbolt/eeprom.c
··· 298 298 * 299 299 * Does not use the cached copy in sw->drom. Used during resume to check switch 300 300 * identity. 301 + * 302 + * Return: %0 on success, negative errno otherwise. 301 303 */ 302 304 int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid) 303 305 { ··· 711 709 * populates the fields in @sw accordingly. Can be called for any router 712 710 * generation. 713 711 * 714 - * Returns %0 in case of success and negative errno otherwise. 712 + * Return: %0 on success, negative errno otherwise. 715 713 */ 716 714 int tb_drom_read(struct tb_switch *sw) 717 715 {