OSDN Git Service

usb: gadget: configfs: avoid spaces for indentation
authorParth Y Shah <sparth1292@gmail.com>
Thu, 14 Jun 2018 06:32:46 +0000 (12:02 +0530)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 26 Jul 2018 10:49:49 +0000 (13:49 +0300)
commitad22a6663c6312825876fed25fd6d010d4b46db1
tree63073ebca187b400a1f7f26765f2a6fc988fb249
parent3fe314ca8c970aefc2d2a96dd93df6de1f4f1a4b
usb: gadget: configfs: avoid spaces for indentation

This fixes the following checkpatch error:

ERROR: code indent should use tabs where possible

Here, spaces are replaced by a tab in 2 lines.

Signed-off-by: Parth Y Shah <sparth1292@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/configfs.c