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

Documentation: Add "@" in front of private structure members.

Even "private" structure members need a leading "@" in their
kernel-doc; otherwise, they will be treated as new section names in
the resulting manual.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-By: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Robert P. J. Day and committed by
Jonathan Corbet
9e39dc1e dce12391

+3 -3
+3 -3
include/linux/hsi/hsi.h
··· 135 135 * @device: Driver model representation of the device 136 136 * @tx_cfg: HSI TX configuration 137 137 * @rx_cfg: HSI RX configuration 138 - * e_handler: Callback for handling port events (RX Wake High/Low) 139 - * pclaimed: Keeps tracks if the clients claimed its associated HSI port 140 - * nb: Notifier block for port events 138 + * @e_handler: Callback for handling port events (RX Wake High/Low) 139 + * @pclaimed: Keeps tracks if the clients claimed its associated HSI port 140 + * @nb: Notifier block for port events 141 141 */ 142 142 struct hsi_client { 143 143 struct device device;