diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2020-01-22 11:40:16 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-28 18:37:44 +0000 |
commit | 6b7d40a973c2cb61cfa683065db38601537b5dd5 (patch) | |
tree | d81fb065778e03af20745a6921ad6738dc23796d /src/mainboard/lenovo/s230u/ec.h | |
parent | 46cef44dad8f796b9c5ac0ed3a684266b88cec62 (diff) | |
download | coreboot-6b7d40a973c2cb61cfa683065db38601537b5dd5.tar.xz |
mb/lenovo: Remove unnecessary whitespace in comments
This makes diff between boards even smaller in some cases.
Change-Id: I42ecaf5de657275708ddaf2c926fe31fe16a7220
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38515
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/lenovo/s230u/ec.h')
-rw-r--r-- | src/mainboard/lenovo/s230u/ec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/s230u/ec.h b/src/mainboard/lenovo/s230u/ec.h index a5bc4236ff..d65b2e1026 100644 --- a/src/mainboard/lenovo/s230u/ec.h +++ b/src/mainboard/lenovo/s230u/ec.h @@ -25,4 +25,4 @@ void lenovo_s230u_ec_init(void); #define ec_mm_set_bit(addr, bit) (ECMM(0x100 + addr) |= 1 << bit) #define ec_mm_clr_bit(addr, bit) (ECMM(0x100 + addr) &= ~(1 << bit)) -#endif /* _MAINBOARD_LENOVO_S230U_EC_H */ +#endif /* _MAINBOARD_LENOVO_S230U_EC_H */ |