Commit 1ff767bf authored by Colin Ian King's avatar Colin Ian King Committed by Felipe Balbi

usb: gadget: fix various indentation issues

There are a bunch of various indentation issues, clean these up.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 97311c8f
......@@ -1220,7 +1220,7 @@ ep0_poll (struct file *fd, poll_table *wait)
poll_wait(fd, &dev->wait, wait);
spin_lock_irq (&dev->lock);
spin_lock_irq(&dev->lock);
/* report fd mode change before acting on it */
if (dev->setup_abort) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment