瀏覽代碼

PCI hotplug: aerdrv: fix a typo in error message

"TLP" is an acronym for "Transaction Layer Packet."

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Hidetoshi Seto 16 年之前
父節點
當前提交
a367f74cb6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/pci/pcie/aer/aerdrv_errprint.c

+ 1 - 1
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) {
 		if (info->flags & AER_TLP_HEADER_VALID_FLAG) {
 			unsigned char *tlp = (unsigned char *) &info->tlp;
 			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"
 			printk("%s%02x%02x%02x%02x %02x%02x%02x%02x"
 				" %02x%02x%02x%02x %02x%02x%02x%02x\n",
 				" %02x%02x%02x%02x %02x%02x%02x%02x\n",
 				loglevel,
 				loglevel,