From: Hidetoshi Seto Date: Fri, 5 Dec 2008 05:05:23 +0000 (+0900) Subject: PCI hotplug: aerdrv: fix a typo in error message X-Git-Tag: accepted/tizen/common/20141203.182822~17916^2~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a367f74cb6f9c49850a4ee86e45fd3a8e83065e4;p=platform%2Fkernel%2Flinux-arm64.git PCI hotplug: aerdrv: fix a typo in error message "TLP" is an acronym for "Transaction Layer Packet." Signed-off-by: Hidetoshi Seto Signed-off-by: Jesse Barnes --- diff --git a/drivers/pci/pcie/aer/aerdrv_errprint.c b/drivers/pci/pcie/aer/aerdrv_errprint.c index 3933d4f3..0fc29ae 100644 --- a/drivers/pci/pcie/aer/aerdrv_errprint.c +++ b/drivers/pci/pcie/aer/aerdrv_errprint.c @@ -233,7 +233,7 @@ void aer_print_error(struct pci_dev *dev, struct aer_err_info *info) 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,