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

usb: gadget: function: Fix inconsistent indent

Remove whitespace before variable

Acked-by: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>
Link: https://lore.kernel.org/r/20210503160927.6482-1-jj251510319013@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Wei Ming Chen and committed by
Greg Kroah-Hartman
f42b333f d2d9b941

+4 -4
+2 -2
drivers/usb/gadget/function/u_hid.h
··· 29 29 * Protect the data form concurrent access by read/write 30 30 * and create symlink/remove symlink. 31 31 */ 32 - struct mutex lock; 33 - int refcnt; 32 + struct mutex lock; 33 + int refcnt; 34 34 }; 35 35 36 36 int ghid_setup(struct usb_gadget *g, int count);
+2 -2
drivers/usb/gadget/function/u_midi.h
··· 29 29 * Protect the data form concurrent access by read/write 30 30 * and create symlink/remove symlink. 31 31 */ 32 - struct mutex lock; 33 - int refcnt; 32 + struct mutex lock; 33 + int refcnt; 34 34 }; 35 35 36 36 #endif /* U_MIDI_H */