The patch titled acpi-cpufreq.c: fix typo and indentation has been added to the -mm tree. Its filename is acpi-cpufreqc-fix-typo-and-indentation.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: acpi-cpufreq.c: fix typo and indentation From: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Cc: Dave Jones <davej@xxxxxxxxxx> Cc: Venkatesh Pallipadi <venkatesh.pallipadi@xxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c~acpi-cpufreqc-fix-typo-and-indentation arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c --- a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c~acpi-cpufreqc-fix-typo-and-indentation +++ a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c @@ -693,8 +693,8 @@ static int acpi_cpufreq_cpu_init(struct if (perf->control_register.space_id == ACPI_ADR_SPACE_FIXED_HARDWARE && policy->cpuinfo.transition_latency > 20 * 1000) { policy->cpuinfo.transition_latency = 20 * 1000; - printk_once(KERN_INFO "Capping off P-state tranision" - " latency at 20 uS\n"); + printk_once(KERN_INFO + "P-state transition latency capped at 20 uS\n"); } /* table init */ _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are maintainers-pair-edac-e752x-p-and-m-entries.patch linux-next.patch acpi-cpufreqc-fix-typo-and-indentation.patch scripts-get_maintainerpl-output-first-field-only-in-mailing-lists-and-after-maintainers.patch scripts-get_maintainerpl-better-fix-for-subscriber-only-mailing-lists.patch scripts-get_maintainerpl-improve-git-chief-penquins-linus-torvalds-filtering.patch scripts-get_maintainerpl-warn-on-missing-git-or-git-repository.patch scripts-get_maintainerpl-support-m-lines-with-names-and-multiple-entries-per-m-line.patch scripts-get_maintainerpl-better-email-name-quoting.patch scripts-get_maintainerpl-support-both-p-m-and-integrated-m-lines.patch scripts-get_maintainerpl-dont-print-maintainers-when-not-requested.patch scripts-get_maintainerpl-allow-8-bit-characters-in-email-addresses.patch scripts-get_maintainerpl-change-die-to-warn-when-command-line-file-is-not-a-patch.patch maintainers-swap-mismarked-ecrypt-fs-m-and-p-entries.patch maintainers-add-file-patterns-to-the-rest.patch maintainers-update-m32r-file-patterns-after-rename.patch maintainers-mark-alsa-lists-as-moderated.patch maintainers-remove-l-linux-kernel-vgerkernelorg-from-all-but-the-rest.patch maintainers-mention-scripts-get_maintainerpl-in-the-preface.patch maintainers-add-file-pattern-to-cisco-fcoe-hba-driver.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