The patch titled clockevents: fix typo in acpi_pm.c has been added to the -mm tree. Its filename is clockevents-fix-typo-in-acpi_pmc.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: clockevents: fix typo in acpi_pm.c From: Alessio Igor Bogani <abogani@xxxxxxxxxx> Signed-off-by: Alessio Igor Bogani <abogani@xxxxxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/clocksource/acpi_pm.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/clocksource/acpi_pm.c~clockevents-fix-typo-in-acpi_pmc drivers/clocksource/acpi_pm.c --- a/drivers/clocksource/acpi_pm.c~clockevents-fix-typo-in-acpi_pmc +++ a/drivers/clocksource/acpi_pm.c @@ -71,7 +71,7 @@ static struct clocksource clocksource_ac .rating = 200, .read = acpi_pm_read, .mask = (cycle_t)ACPI_PM_MASK, - .mult = 0, /*to be caluclated*/ + .mult = 0, /*to be calculated*/ .shift = 22, .flags = CLOCK_SOURCE_IS_CONTINUOUS, _ Patches currently in -mm which might be from abogani@xxxxxxxxxx are clockevents-fix-typo-in-acpi_pmc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html