diff mbox series

usb: storage: transport: Fix indentation typo in 'transport.c'

Message ID 20231123063339.2625684-1-u202112004@hust.edu.cn (mailing list archive)
State New, archived
Headers show
Series usb: storage: transport: Fix indentation typo in 'transport.c' | expand

Commit Message

Ren Xiao Nov. 23, 2023, 6:33 a.m. UTC
Removed excess spaces before the label at line 1063.

Signed-off-by: Ren Xiao <u202112004@hust.edu.cn>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
---
 drivers/usb/storage/transport.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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;