mainboard.c: Fix typo in appro*p*riate in comment
Use the following command to fix all occurences. $ git grep -l approriate | xargs sed -i 's/approriate/appropriate/g' Change-Id: I4cbba972bb445c2407ef2e63ffb3068fc948f1c6 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/5987 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
9b800ae954
commit
4dfc50b877
|
@ -37,7 +37,7 @@ static void mainboard_enable(device_t dev)
|
|||
printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");
|
||||
/*
|
||||
* The mainboard is the first place that we get control in ramstage. Check
|
||||
* for S3 resume and call the approriate AGESA/CIMx resume functions.
|
||||
* for S3 resume and call the appropriate AGESA/CIMx resume functions.
|
||||
*/
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
acpi_slp_type = acpi_get_sleep_type();
|
||||
|
|
|
@ -37,7 +37,7 @@ static void mainboard_enable(device_t dev)
|
|||
printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");
|
||||
/*
|
||||
* The mainboard is the first place that we get control in ramstage. Check
|
||||
* for S3 resume and call the approriate AGESA/CIMx resume functions.
|
||||
* for S3 resume and call the appropriate AGESA/CIMx resume functions.
|
||||
*/
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
acpi_slp_type = acpi_get_sleep_type();
|
||||
|
|
|
@ -53,7 +53,7 @@ static void mainboard_enable(device_t dev)
|
|||
|
||||
/*
|
||||
* The mainboard is the first place that we get control in ramstage. Check
|
||||
* for S3 resume and call the approriate AGESA/CIMx resume functions.
|
||||
* for S3 resume and call the appropriate AGESA/CIMx resume functions.
|
||||
*/
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
acpi_slp_type = acpi_get_sleep_type();
|
||||
|
|
|
@ -37,7 +37,7 @@ static void mainboard_enable(device_t dev)
|
|||
printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");
|
||||
/*
|
||||
* The mainboard is the first place that we get control in ramstage. Check
|
||||
* for S3 resume and call the approriate AGESA/CIMx resume functions.
|
||||
* for S3 resume and call the appropriate AGESA/CIMx resume functions.
|
||||
*/
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
acpi_slp_type = acpi_get_sleep_type();
|
||||
|
|
|
@ -53,7 +53,7 @@ static void mainboard_enable(device_t dev)
|
|||
|
||||
/*
|
||||
* The mainboard is the first place that we get control in ramstage. Check
|
||||
* for S3 resume and call the approriate AGESA/CIMx resume functions.
|
||||
* for S3 resume and call the appropriate AGESA/CIMx resume functions.
|
||||
*/
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
acpi_slp_type = acpi_get_sleep_type();
|
||||
|
|
|
@ -49,7 +49,7 @@ static void mainboard_enable(device_t dev)
|
|||
hudson_enable_smi_generation();
|
||||
/*
|
||||
* The mainboard is the first place that we get control in ramstage. Check
|
||||
* for S3 resume and call the approriate AGESA/CIMx resume functions.
|
||||
* for S3 resume and call the appropriate AGESA/CIMx resume functions.
|
||||
*/
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
acpi_slp_type = acpi_get_sleep_type();
|
||||
|
|
|
@ -60,7 +60,7 @@ static void mainboard_enable(device_t dev)
|
|||
|
||||
/*
|
||||
* The mainboard is the first place that we get control in ramstage. Check
|
||||
* for S3 resume and call the approriate AGESA/CIMx resume functions.
|
||||
* for S3 resume and call the appropriate AGESA/CIMx resume functions.
|
||||
*/
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
acpi_slp_type = acpi_get_sleep_type();
|
||||
|
|
|
@ -169,7 +169,7 @@ static void mainboard_enable(device_t dev)
|
|||
|
||||
/*
|
||||
* The mainboard is the first place that we get control in ramstage. Check
|
||||
* for S3 resume and call the approriate AGESA/CIMx resume functions.
|
||||
* for S3 resume and call the appropriate AGESA/CIMx resume functions.
|
||||
*/
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
acpi_slp_type = acpi_get_sleep_type();
|
||||
|
|
|
@ -136,7 +136,7 @@ static void mainboard_enable(device_t dev)
|
|||
|
||||
/*
|
||||
* The mainboard is the first place that we get control in ramstage. Check
|
||||
* for S3 resume and call the approriate AGESA/CIMx resume functions.
|
||||
* for S3 resume and call the appropriate AGESA/CIMx resume functions.
|
||||
*/
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
acpi_slp_type = acpi_get_sleep_type();
|
||||
|
|
Loading…
Reference in New Issue