The patch titled clockevents: fix typo in acpi_pm.c has been removed from the -mm tree. Its filename was clockevents-fix-typo-in-acpi_pmc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 - 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