提交 4e6e8510 编写于 作者: S Shubhankar Kuranagatti 提交者: Greg Kroah-Hartman

drivers: usb: host: fotg210-hcd.c: Fix indentation error

A space was given after tab key. The extra space has been removed.
This is done to maintain uniformity in the code.
Signed-off-by: NShubhankar Kuranagatti <shubhankarvk@gmail.com>
Link: https://lore.kernel.org/r/20210311190058.yudmivcbok56itay@kewl-virtual-machineSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 aaadc6ae
...@@ -408,17 +408,17 @@ static void qh_lines(struct fotg210_hcd *fotg210, struct fotg210_qh *qh, ...@@ -408,17 +408,17 @@ static void qh_lines(struct fotg210_hcd *fotg210, struct fotg210_qh *qh,
temp = snprintf(next, size, temp = snprintf(next, size,
"\n\t%p%c%s len=%d %08x urb %p", "\n\t%p%c%s len=%d %08x urb %p",
td, mark, ({ char *tmp; td, mark, ({ char *tmp;
switch ((scratch>>8)&0x03) { switch ((scratch>>8)&0x03) {
case 0: case 0:
tmp = "out"; tmp = "out";
break; break;
case 1: case 1:
tmp = "in"; tmp = "in";
break; break;
case 2: case 2:
tmp = "setup"; tmp = "setup";
break; break;
default: default:
tmp = "?"; tmp = "?";
break; break;
} tmp; }), } tmp; }),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册