diff mbox series

[2/2] common: usb_storage: Fix code indentation

Message ID e96582a2cc0a2382a51f1ca88bafe98cab0f056d.1606828461.git.michal.simek@xilinx.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [1/2] cmd: load: Fix code indentation | expand

Commit Message

Michal Simek Dec. 1, 2020, 1:14 p.m. UTC
Reported by smatch like:
common/usb_storage.c:430 us_one_transfer() warn: inconsistent indenting

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 common/usb_storage.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/common/usb_storage.c b/common/usb_storage.c
index ff254419951f..7742bad1440d 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -431,8 +431,8 @@  static int us_one_transfer(struct us_data *us, int pipe, char *buf, int length)
 					return 0;
 				}
 				/* if our try counter reaches 0, bail out */
-					debug(" %ld, data %d\n",
-					      us->pusb_dev->status, partial);
+				debug(" %ld, data %d\n",
+				      us->pusb_dev->status, partial);
 				if (!maxtry--)
 						return result;
 			}