diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-10-30 14:15:43 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-07 13:22:06 +0100 |
commit | 8ec23b90119a5a64dbb84baa3cc55e5d252b1f2f (patch) | |
tree | 85f346d5aec7769c1eb31fb2b5c82c1b809e2de2 /drivers/uwb | |
parent | 1d3e773ae0a65a1b6b5d2aa21250c96f3e975aba (diff) |
uwb: clean an indentation issue, remove extraneous tab
Trivial fix to clean up an indentation issue, remove tab
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uwb')
-rw-r--r-- | drivers/uwb/i1480/dfu/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/i1480/dfu/usb.c b/drivers/uwb/i1480/dfu/usb.c index c0430a41e24b..b1b466cbc33e 100644 --- a/drivers/uwb/i1480/dfu/usb.c +++ b/drivers/uwb/i1480/dfu/usb.c @@ -309,7 +309,7 @@ int i1480_usb_cmd(struct i1480 *i1480, const char *cmd_name, size_t cmd_size) if (result < 0) { dev_err(dev, "%s: cannot submit NEEP read: %d\n", cmd_name, result); - goto error_submit_ep1; + goto error_submit_ep1; } /* Now post the command on EP0 */ result = usb_control_msg( |