mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 07:12:25 +00:00
Code cleanup: fix old style assignment ambiguities like "=-" etc.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
d7854223c5
commit
d0ff51ba5d
31 changed files with 65 additions and 65 deletions
|
@ -32,7 +32,7 @@
|
|||
#include <usb.h>
|
||||
|
||||
#ifdef CONFIG_USB_STORAGE
|
||||
static int usb_stor_curr_dev=-1; /* current device */
|
||||
static int usb_stor_curr_dev = -1; /* current device */
|
||||
#endif
|
||||
|
||||
/* some display routines (info command) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue