commit | ad22a6663c6312825876fed25fd6d010d4b46db1 | [log] [tgz] |
---|---|---|
author | Parth Y Shah <sparth1292@gmail.com> | Thu Jun 14 12:02:46 2018 +0530 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Jul 26 13:49:49 2018 +0300 |
tree | 63073ebca187b400a1f7f26765f2a6fc988fb249 | |
parent | 3fe314ca8c970aefc2d2a96dd93df6de1f4f1a4b [diff] |
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>