soc/intel: Fix typo in comment

rotine ---> routine

Change-Id: I21a71f52d2ec7a05ea3dadf30e8f3e8dac07d168
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52106
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Angel Pons 2021-04-05 12:26:51 +02:00
parent 84d10cc5d3
commit 73a22edcc8
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
/*
* Routine to perform below operations:
* 1. SoC rotine to fill GPIO PM mask and value for GPIO_MISCCFG register
* 1. SoC routine to fill GPIO PM mask and value for GPIO_MISCCFG register
* 2. Program GPIO PM configuration based on PM mask and value
*/
void soc_gpio_pm_configuration(void)

View File

@ -98,7 +98,7 @@ const char *soc_acpi_name(const struct device *dev)
}
#endif
/* SoC rotine to fill GPIO PM mask and value for GPIO_MISCCFG register */
/* SoC routine to fill GPIO PM mask and value for GPIO_MISCCFG register */
static void soc_fill_gpio_pm_configuration(void)
{
uint8_t value[TOTAL_GPIO_COMM];

View File

@ -88,7 +88,7 @@ const char *soc_acpi_name(const struct device *dev)
}
#endif
/* SoC rotine to fill GPIO PM mask and value for GPIO_MISCCFG register */
/* SoC routine to fill GPIO PM mask and value for GPIO_MISCCFG register */
static void soc_fill_gpio_pm_configuration(void)
{
uint8_t value[TOTAL_GPIO_COMM];

View File

@ -104,7 +104,7 @@ const char *soc_acpi_name(const struct device *dev)
}
#endif
/* SoC rotine to fill GPIO PM mask and value for GPIO_MISCCFG register */
/* SoC routine to fill GPIO PM mask and value for GPIO_MISCCFG register */
static void soc_fill_gpio_pm_configuration(void)
{
uint8_t value[TOTAL_GPIO_COMM];

View File

@ -109,7 +109,7 @@ const char *soc_acpi_name(const struct device *dev)
}
#endif
/* SoC rotine to fill GPIO PM mask and value for GPIO_MISCCFG register */
/* SoC routine to fill GPIO PM mask and value for GPIO_MISCCFG register */
static void soc_fill_gpio_pm_configuration(void)
{
uint8_t value[TOTAL_GPIO_COMM];