summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
diff options
context:
space:
mode:
authorParth Y Shah2018-06-14 08:32:46 +0200
committerFelipe Balbi2018-07-26 12:49:49 +0200
commitad22a6663c6312825876fed25fd6d010d4b46db1 (patch)
tree63073ebca187b400a1f7f26765f2a6fc988fb249 /drivers/usb/gadget
parentusb: dwc3: Add a glue driver for Synopsys HAPS platform (diff)
downloadkernel-qcow2-linux-ad22a6663c6312825876fed25fd6d010d4b46db1.tar.gz
kernel-qcow2-linux-ad22a6663c6312825876fed25fd6d010d4b46db1.tar.xz
kernel-qcow2-linux-ad22a6663c6312825876fed25fd6d010d4b46db1.zip
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>
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r--drivers/usb/gadget/configfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/configfs.c b/drivers/usb/gadget/configfs.c
index efba66ca0719..025129942894 100644
--- a/drivers/usb/gadget/configfs.c
+++ b/drivers/usb/gadget/configfs.c
@@ -1217,8 +1217,8 @@ static void purge_configs_funcs(struct gadget_info *gi)
list_move_tail(&f->list, &cfg->func_list);
if (f->unbind) {
dev_dbg(&gi->cdev.gadget->dev,
- "unbind function '%s'/%p\n",
- f->name, f);
+ "unbind function '%s'/%p\n",
+ f->name, f);
f->unbind(c, f);
}
}