Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf92c190 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman
Browse files

USB: usb.h: change private: kernel-doc for new format requirement



Use "/* private:" to mark struct members as private so that
scripts/kernel-doc will handle them correctly.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Acked-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent cac85a8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1421,8 +1421,8 @@ struct usb_sg_request {
	int			status;
	size_t			bytes;

	/*
	 * members below are private: to usbcore,
	/* private:
	 * members below are private to usbcore,
	 * and are not provided for driver access!
	 */
	spinlock_t		lock;