Re: [PATCH] usbip: clean up an indentation issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/27/19 3:20 AM, Colin King wrote:
From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

There is a return statement that is indented incorrectly, fix this.

Please include the warn you are fixing in the commit log

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
  drivers/usb/usbip/stub_tx.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/usbip/stub_tx.c b/drivers/usb/usbip/stub_tx.c
index 36010a82b359..b1c2f6781cb3 100644
--- a/drivers/usb/usbip/stub_tx.c
+++ b/drivers/usb/usbip/stub_tx.c
@@ -291,7 +291,7 @@ static int stub_send_ret_submit(struct stub_device *sdev)
  				kfree(iov);
  				usbip_event_add(&sdev->ud,
  						SDEV_EVENT_ERROR_TCP);
-			   return -1;
+				return -1;
  			}
  		}
thanks,
-- Shuah



[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux