Commit cac85a8b4e8e7c51bc0ce2980bba0e35cfec5c2e

Authored by Randy Dunlap
Committed by Greg Kroah-Hartman
1 parent 5700f4c551

USB: composite.h: mark private struct members as private:

Mark internal struct members as /* private: */ so that kernel-doc
won't produce warnings about missing descriptions for them.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

include/linux/usb/composite.h
... ... @@ -124,6 +124,7 @@
124 124 void (*suspend)(struct usb_function *);
125 125 void (*resume)(struct usb_function *);
126 126  
  127 + /* private: */
127 128 /* internals */
128 129 struct list_head list;
129 130 };
... ... @@ -219,6 +220,7 @@
219 220  
220 221 struct usb_composite_dev *cdev;
221 222  
  223 + /* private: */
222 224 /* internals */
223 225 struct list_head list;
224 226 struct list_head functions;
... ... @@ -321,6 +323,7 @@
321 323  
322 324 struct usb_configuration *config;
323 325  
  326 + /* private: */
324 327 /* internals */
325 328 struct usb_device_descriptor desc;
326 329 struct list_head configs;