diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2021-12-20 08:05:12 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-12-23 22:04:36 +0000 |
commit | 6c307d7646acfbc8627d6fc7c2d9c0d4b21e17ef (patch) | |
tree | cbaf29b32cf15c3385ac09ee0d89b839147aef17 /src/mainboard/google/dedede/variants/drawcia | |
parent | ff01bca624283ba149c90a32d8f5655f27749a85 (diff) |
mb: Add space before closing comment block keyword
Run the command below to fix all occurrences.
$ git grep -l 'ramstage\*/' | xargs sed -i 's,ramstage\*/,ramstage */,'
Change-Id: Ied155d325846fc0ef3e823e5708c6f74e3d7998f
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60247
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/dedede/variants/drawcia')
-rw-r--r-- | src/mainboard/google/dedede/variants/drawcia/gpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/dedede/variants/drawcia/gpio.c b/src/mainboard/google/dedede/variants/drawcia/gpio.c index 9786547462..fa4d4d57c5 100644 --- a/src/mainboard/google/dedede/variants/drawcia/gpio.c +++ b/src/mainboard/google/dedede/variants/drawcia/gpio.c @@ -7,14 +7,14 @@ #include <fw_config.h> #include <ec/google/chromeec/ec.h> -/* Pad configuration in ramstage*/ +/* Pad configuration in ramstage */ static const struct pad_config not_board6or8_gpio_table[] = { /* C12 : AP_PEN_DET_ODL */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C12, UP_20K, DEEP), }; -/* bid6: Pad configuration for board version 6 or 8 in ramstage*/ +/* bid6: Pad configuration for board version 6 or 8 in ramstage */ static const struct pad_config board6or8_gpio_table[] = { /* A10 : WWAN_EN */ |