mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-26 00:21:37 +00:00
FAT: cosmetic: Remove extra spaces
Remove spaces before opening parentheses in function calls. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
83f83d1935
commit
9795e07b04
1 changed files with 21 additions and 23 deletions
|
@ -270,8 +270,7 @@ static __u32 get_fatent (fsdata *mydata, __u32 entry)
|
|||
* Return 0 on success, -1 otherwise.
|
||||
*/
|
||||
static int
|
||||
get_cluster (fsdata *mydata, __u32 clustnum, __u8 *buffer,
|
||||
unsigned long size)
|
||||
get_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, unsigned long size)
|
||||
{
|
||||
__u32 idx = 0;
|
||||
__u32 startsect;
|
||||
|
@ -770,8 +769,7 @@ __u8 do_fat_read_block[MAX_CLUSTSIZE]
|
|||
__aligned(ARCH_DMA_MINALIGN);
|
||||
|
||||
long
|
||||
do_fat_read (const char *filename, void *buffer, unsigned long maxsize,
|
||||
int dols)
|
||||
do_fat_read(const char *filename, void *buffer, unsigned long maxsize, int dols)
|
||||
{
|
||||
char fnamecopy[2048];
|
||||
boot_sector bs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue