summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-10-30 10:15:43 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-07 07:22:06 -0500
commit8ec23b90119a5a64dbb84baa3cc55e5d252b1f2f (patch)
tree85f346d5aec7769c1eb31fb2b5c82c1b809e2de2
parent1d3e773ae0a65a1b6b5d2aa21250c96f3e975aba (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>
-rw-r--r--drivers/uwb/i1480/dfu/usb.c2
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)
309 if (result < 0) { 309 if (result < 0) {
310 dev_err(dev, "%s: cannot submit NEEP read: %d\n", 310 dev_err(dev, "%s: cannot submit NEEP read: %d\n",
311 cmd_name, result); 311 cmd_name, result);
312 goto error_submit_ep1; 312 goto error_submit_ep1;
313 } 313 }
314 /* Now post the command on EP0 */ 314 /* Now post the command on EP0 */
315 result = usb_control_msg( 315 result = usb_control_msg(