mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
common: usb_storage: Fix code indentation
Reported by smatch like: common/usb_storage.c:430 us_one_transfer() warn: inconsistent indenting Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
e7fcfef431
commit
d91a652cfd
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue