diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2021-12-20 08:15:43 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-12-23 22:05:47 +0000 |
commit | 520a4a618f117a0a8e84bef0206fdca69633ef05 (patch) | |
tree | d306989b0b7fdb7f5bee4eea98e641636d623d2d /src/mainboard/intel/saddlebrook | |
parent | 6c307d7646acfbc8627d6fc7c2d9c0d4b21e17ef (diff) |
mb: Remove dot from end of non-sentence comment
Run the command below to fix all occurrences.
$ git grep -l 'configuration in bootblock\. \*/' | xargs sed -i 's,configuration in bootblock\. \*/,configuration in bootblock */,'
Change-Id: I84669341e2c8976953284dbaf113da3397857de3
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60248
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/intel/saddlebrook')
-rw-r--r-- | src/mainboard/intel/saddlebrook/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/saddlebrook/gpio.h b/src/mainboard/intel/saddlebrook/gpio.h index b012462875..da9c27e599 100644 --- a/src/mainboard/intel/saddlebrook/gpio.h +++ b/src/mainboard/intel/saddlebrook/gpio.h @@ -245,7 +245,7 @@ static const struct pad_config gpio_table[] = { /* LANPHYC */ PAD_CFG_NF(GPD11, NONE, DEEP, NF1), }; -/* Early pad configuration in bootblock. */ +/* Early pad configuration in bootblock */ static const struct pad_config early_gpio_table[] = { /* UART0_CTS# */ PAD_CFG_GPO(GPP_C11, 1, DEEP), /* EN_PP3300_KEPLER */ }; |