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>
This commit is contained in:
Paul Menzel
2021-12-20 08:15:43 +01:00
committed by Felix Held
parent 6c307d7646
commit 520a4a618f
16 changed files with 16 additions and 16 deletions

View File

@@ -214,7 +214,7 @@ static const struct pad_config gpio_table[] = {
/* LANPHYC */ PAD_NC(GPD11, NONE),
};
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
/* SPI_WP_STATUS */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C23, UP_20K, DEEP),
/* GD_UART2_RXD */ PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),

View File

@@ -231,7 +231,7 @@ static const struct pad_config gpio_table[] = {
/* LANPHYC */ PAD_NC(GPD11, NONE),
};
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
/* UART2_CTS# */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C23, UP_20K, DEEP), /* PCH_WP */
/* GD_UART2_RXD */ PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),

View File

@@ -223,7 +223,7 @@ static const struct pad_config gpio_table[] = {
/* LANPHYC */ PAD_NC(GPD11, NONE),
};
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
/* UART2_CTS# */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C23, UP_20K, DEEP), /* PCH_WP */
/* GD_UART2_RXD */ PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),

View File

@@ -217,7 +217,7 @@ static const struct pad_config gpio_table[] = {
/* LANPHYC */ PAD_NC(GPD11, NONE),
};
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
/* SRCCLKREQ2# */ PAD_CFG_NF(GPP_B7, NONE, DEEP, NF1), /* KEPLER */
/* UART0_CTS# */ PAD_CFG_GPO(GPP_C11, 0, DEEP), /* EN_PP3300_KEPLER */

View File

@@ -220,7 +220,7 @@ static const struct pad_config gpio_table[] = {
/* LANPHYC */ /* GPD11 */
};
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
/* SRCCLKREQ2# */ PAD_CFG_NF(GPP_B7, NONE, DEEP, NF1), /* KEPLER */
/* UART0_CTS# */ PAD_CFG_GPO(GPP_C11, 0, DEEP), /* EN_PP3300_KEPLER */

View File

@@ -208,7 +208,7 @@ static const struct pad_config gpio_table[] = {
/* LANPHYC */ PAD_NC(GPD11, NONE),
};
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
/* SRCCLKREQ2# */ PAD_CFG_NF(GPP_B7, NONE, DEEP, NF1), /* KEPLER */
/* UART0_CTS# */ PAD_CFG_GPO(GPP_C11, 0, DEEP), /* EN_PP3300_KEPLER */

View File

@@ -216,7 +216,7 @@ static const struct pad_config gpio_table[] = {
/* LANPHYC */ PAD_NC(GPD11, NONE),
};
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
/* SRCCLKREQ2# */ PAD_CFG_NF(GPP_B7, NONE, DEEP, NF1), /* KEPLER */
/* SPI_WP_STATUS */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C23, UP_20K, DEEP),

View File

@@ -257,7 +257,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_RXD */ PAD_CFG_NF(GPP_C8, NONE, DEEP, NF1),
/* UART0_TXD */ PAD_CFG_NF(GPP_C9, NONE, DEEP, NF1),

View File

@@ -193,7 +193,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[] = {
/* UART2_RXD */ PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),
/* UART2_TXD */ PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1),

View File

@@ -193,7 +193,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_RXD */ PAD_CFG_NF(GPP_C8, NONE, DEEP, NF1),
/* UART0_TXD */ PAD_CFG_NF(GPP_C9, NONE, DEEP, NF1),

View File

@@ -159,7 +159,7 @@ static const struct pad_config gpio_table[] = {
};
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
/* UART0_RXD */ PAD_CFG_NF(GPP_C8, NONE, DEEP, NF1),
/* UART0_TXD */ PAD_CFG_NF(GPP_C9, NONE, DEEP, NF1),

View File

@@ -217,7 +217,7 @@ static const struct pad_config gpio_table[] = {
/* LANPHYC */ PAD_NC(GPD11, NONE),
};
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
/* SRCCLKREQ2# */ PAD_CFG_NF(GPP_B7, NONE, DEEP, NF1), /* KEPLER */
/* SPI_WP_STATUS */ PAD_CFG_GPI_GPIO_DRIVER(GPP_C23, UP_20K, DEEP),

View File

@@ -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 */
};

View File

@@ -369,7 +369,7 @@ static const struct pad_config gpio_table[] = {
};
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
const struct pad_config early_gpio_table[] = {
/* Get PCIe out of reset */
PAD_CFG_GPO(GPP_K0, 1, DEEP), /* PERST_PCH_SLOTS_n */

View File

@@ -7,7 +7,7 @@
* using the stock BIOS and with coreboot.
*/
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
const struct pad_config early_gpio_table[] = {
PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1),

View File

@@ -10,7 +10,7 @@
/* Name format: <pad name> / <net/pin name in schematics> */
/* Early pad configuration in bootblock. */
/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1), /* UART2_RXD */
PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1), /* UART2_TXD */