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 usb4_port.c function documentation

Make usb4_port.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
a2ba553c 9a5abaf8

+5 -2
+5 -2
drivers/thunderbolt/usb4_port.c
··· 296 296 * usb4_port_device_add() - Add USB4 port device 297 297 * @port: Lane 0 adapter port to add the USB4 port 298 298 * 299 - * Creates and registers a USB4 port device for @port. Returns the new 300 - * USB4 port device pointer or ERR_PTR() in case of error. 299 + * Creates and registers a USB4 port device for @port. 300 + * 301 + * Return: Pointer to &struct usb4_port or ERR_PTR() in case of an error. 301 302 */ 302 303 struct usb4_port *usb4_port_device_add(struct tb_port *port) 303 304 { ··· 357 356 * @usb4: USB4 port device 358 357 * 359 358 * Used to resume USB4 port device after sleep state. 359 + * 360 + * Return: %0 on success, negative errno otherwise. 360 361 */ 361 362 int usb4_port_device_resume(struct usb4_port *usb4) 362 363 {