mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-22 20:43:56 +08:00
Staging: ks7010: ks7010_sdio.h: Complex macro not in parentheses
Fixed coding style error. Complex macro not inside parentheses. Signed-off-by: Manoj Sawai <mas@iitkgp.ac.in> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8315388d98
commit
64d94cd3c4
@ -81,7 +81,7 @@
|
||||
|
||||
/* AHB Data Window 0x010000-0x01FFFF */
|
||||
#define DATA_WINDOW 0x010000
|
||||
#define WINDOW_SIZE 64*1024
|
||||
#define WINDOW_SIZE (64 * 1024)
|
||||
|
||||
#define KS7010_IRAM_ADDRESS 0x06000000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user