public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] aerdrv: fix a typo in error message
@ 2008-12-05  5:05 Hidetoshi Seto
  2008-12-16 20:22 ` Jesse Barnes
  0 siblings, 1 reply; 2+ messages in thread
From: Hidetoshi Seto @ 2008-12-05  5:05 UTC (permalink / raw)
  To: linux-pci, tom.l.nguyen, yanmin.zhang; +Cc: linux-kernel

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

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
---
 drivers/pci/pcie/aer/aerdrv_errprint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/pci/pcie/aer/aerdrv_errprint.c b/drivers/pci/pcie/aer/aerdrv_errprint.c
index 3933d4f..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,
-- 
1.6.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] aerdrv: fix a typo in error message
  2008-12-05  5:05 [PATCH] aerdrv: fix a typo in error message Hidetoshi Seto
@ 2008-12-16 20:22 ` Jesse Barnes
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Barnes @ 2008-12-16 20:22 UTC (permalink / raw)
  To: Hidetoshi Seto; +Cc: linux-pci, tom.l.nguyen, yanmin.zhang, linux-kernel

On Thursday, December 4, 2008 9:05 pm Hidetoshi Seto wrote:
> "TLP" is an acronym for "Transaction Layer Packet."
>
> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>

Applied to my linux-next branch, thanks.

-- 
Jesse Barnes, Intel Open Source Technology Center


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-16 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05  5:05 [PATCH] aerdrv: fix a typo in error message Hidetoshi Seto
2008-12-16 20:22 ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox