The patch titled aerdrv: fix a typo in error message has been added to the -mm tree. Its filename is aerdrv-fix-a-typo-in-error-message.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: aerdrv: fix a typo in error message From: Hidetoshi Seto <seto.hidetoshi@xxxxxxxxxxxxxx> "TLP" is an acronym for "Transaction Layer Packet." Signed-off-by: Hidetoshi Seto <seto.hidetoshi@xxxxxxxxxxxxxx> Cc: "Zhang, Yanmin" <yanmin.zhang@xxxxxxxxx> Cc: Jesse Barnes <jbarnes@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/pci/pcie/aer/aerdrv_errprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pci/pcie/aer/aerdrv_errprint.c~aerdrv-fix-a-typo-in-error-message drivers/pci/pcie/aer/aerdrv_errprint.c --- a/drivers/pci/pcie/aer/aerdrv_errprint.c~aerdrv-fix-a-typo-in-error-message +++ a/drivers/pci/pcie/aer/aerdrv_errprint.c @@ -233,7 +233,7 @@ void aer_print_error(struct pci_dev *dev if (info->flags & AER_TLP_HEADER_VALID_FLAG) { unsigned char *tlp = (unsigned char *) &info->tlp; - printk("%sTLB Header:\n", loglevel); + printk("%sTLP Header:\n", loglevel); printk("%s%02x%02x%02x%02x %02x%02x%02x%02x" " %02x%02x%02x%02x %02x%02x%02x%02x\n", loglevel, _ Patches currently in -mm which might be from seto.hidetoshi@xxxxxxxxxxxxxx are linux-next.patch aerdrv-fix-sanity-check-in-report_resume.patch aerdrv-fix-a-typo-in-error-message.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