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: Add missing documentation in tb.h

Add missing parameters and struct/enum description in tb.h kernel-doc
comments. 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
b30234f2 978a3d60

+6 -2
+6 -2
drivers/thunderbolt/tb.h
··· 324 324 }; 325 325 326 326 /** 327 - * tb_retimer: Thunderbolt retimer 327 + * struct tb_retimer - Thunderbolt retimer 328 328 * @dev: Device for the retimer 329 329 * @tb: Pointer to the domain the retimer belongs to 330 330 * @index: Retimer index facing the router USB4 port ··· 552 552 553 553 /** 554 554 * tb_upstream_port() - return the upstream port of a switch 555 + * @sw: Router 555 556 * 556 557 * Every switch has an upstream port (for the root switch it is the NHI). 557 558 * ··· 1242 1241 1243 1242 /** 1244 1243 * tb_downstream_route() - get route to downstream switch 1244 + * @port: Port to check 1245 1245 * 1246 1246 * Port must not be the upstream port (otherwise a loop is created). 1247 1247 * ··· 1366 1364 int usb4_port_asym_start(struct tb_port *port); 1367 1365 1368 1366 /** 1369 - * enum tb_sb_target - Sideband transaction target 1367 + * enum usb4_sb_target - Sideband transaction target 1370 1368 * @USB4_SB_TARGET_ROUTER: Target is the router itself 1371 1369 * @USB4_SB_TARGET_PARTNER: Target is partner 1372 1370 * @USB4_SB_TARGET_RETIMER: Target is retimer ··· 1411 1409 * @voltage_time_offset: Offset for voltage / time for software margining 1412 1410 * @optional_voltage_offset_range: Enable optional extended voltage range 1413 1411 * @right_high: %false if left/low margin test is performed, %true if right/high 1412 + * @upper_eye: %true if margin test is done on upper eye, %false if done on 1413 + * lower eye 1414 1414 * @time: %true if time margining is used instead of voltage 1415 1415 */ 1416 1416 struct usb4_port_margining_params {