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