projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f4898
)
PCI hotplug: aerdrv: fix a typo in error message
author
Hidetoshi Seto
<
[email protected]
>
Fri, 5 Dec 2008 05:05:23 +0000
(14:05 +0900)
committer
Jesse Barnes
<
[email protected]
>
Wed, 7 Jan 2009 19:12:41 +0000
(11:12 -0800)
"TLP" is an acronym for "Transaction Layer Packet."
Signed-off-by: Hidetoshi Seto <
[email protected]
>
Signed-off-by: Jesse Barnes <
[email protected]
>
drivers/pci/pcie/aer/aerdrv_errprint.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pcie/aer/aerdrv_errprint.c
b/drivers/pci/pcie/aer/aerdrv_errprint.c
index 3933d4f30e8ca12c73c0f65bdafac8bde7e6c4c5..0fc29ae80df868c5a3f12744b296cd751dc059d4 100644
(file)
--- 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("%sTL
B
Header:\n", loglevel);
+ printk("%sTL
P
Header:\n", loglevel);
printk("%s%02x%02x%02x%02x %02x%02x%02x%02x"
" %02x%02x%02x%02x %02x%02x%02x%02x\n",
loglevel,