mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 05:25:11 -04: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
@ -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…
x
Reference in New Issue
Block a user