diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-03-27 12:15:09 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-04-24 20:18:58 +0000 |
commit | 124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b (patch) | |
tree | 980f498681fcc053ec1e591e22bb16afbef0a191 /nicintel.c | |
parent | 3f7e3419887c6d37330387f8e32c86ba47bdf70c (diff) | |
download | flashrom-124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b.tar.gz flashrom-124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b.tar.bz2 flashrom-124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b.zip |
Fix whitespace errors
Change-Id: Ic2d3bb9d8581a0471a8568a130f893b34dddf113
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/25380
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'nicintel.c')
-rw-r--r-- | nicintel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nicintel.c b/nicintel.c index 69b40d34b..b2fe82a23 100644 --- a/nicintel.c +++ b/nicintel.c @@ -40,7 +40,7 @@ const struct dev_entry nics_intel[] = { #define NICINTEL_MEMMAP_SIZE (128 * 1024) #define NICINTEL_MEMMAP_MASK (NICINTEL_MEMMAP_SIZE - 1) -#define NICINTEL_CONTROL_MEMMAP_SIZE 0x10 +#define NICINTEL_CONTROL_MEMMAP_SIZE 0x10 #define CSR_FCR 0x0c |