[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20231123063339.2625684-1-u202112004@hust.edu.cn>
Date: Thu, 23 Nov 2023 01:33:38 -0500
From: Ren Xiao <u202112004@...t.edu.cn>
To: Alan Stern <stern@...land.harvard.edu>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: hust-os-kernel-patches@...glegroups.com,
Ren Xiao <u202112004@...t.edu.cn>,
Dongliang Mu <dzm91@...t.edu.cn>, linux-usb@...r.kernel.org,
usb-storage@...ts.one-eyed-alien.net, linux-kernel@...r.kernel.org
Subject: [PATCH] usb: storage: transport: Fix indentation typo in 'transport.c'
Removed excess spaces before the label at line 1063.
Signed-off-by: Ren Xiao <u202112004@...t.edu.cn>
Reviewed-by: Dongliang Mu <dzm91@...t.edu.cn>
---
drivers/usb/storage/transport.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/storage/transport.c b/drivers/usb/storage/transport.c
index 7449e379077a..8f236854c83b 100644
--- a/drivers/usb/storage/transport.c
+++ b/drivers/usb/storage/transport.c
@@ -1060,7 +1060,7 @@ int usb_stor_CB_transport(struct scsi_cmnd *srb, struct us_data *us)
* the CBI spec requires that the bulk pipe must be cleared
* following any data-in/out command failure (section 2.4.3.1.3)
*/
- Failed:
+Failed:
if (pipe)
usb_stor_clear_halt(us, pipe);
return USB_STOR_TRANSPORT_FAILED;
--
2.34.1
Powered by blists - more mailing lists