mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
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>
This commit is contained in:
parent
3fe314ca8c
commit
ad22a6663c
@ -1217,8 +1217,8 @@ static void purge_configs_funcs(struct gadget_info *gi)
|
|||||||
list_move_tail(&f->list, &cfg->func_list);
|
list_move_tail(&f->list, &cfg->func_list);
|
||||||
if (f->unbind) {
|
if (f->unbind) {
|
||||||
dev_dbg(&gi->cdev.gadget->dev,
|
dev_dbg(&gi->cdev.gadget->dev,
|
||||||
"unbind function '%s'/%p\n",
|
"unbind function '%s'/%p\n",
|
||||||
f->name, f);
|
f->name, f);
|
||||||
f->unbind(c, f);
|
f->unbind(c, f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user