All of lore.kernel.org
 help / color / mirror / Atom feed
* + aerdrv-fix-a-typo-in-error-message.patch added to -mm tree
@ 2008-12-07  8:36 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2008-12-07  8:36 UTC (permalink / raw)
  To: mm-commits; +Cc: seto.hidetoshi, jbarnes, yanmin.zhang


The patch titled
     aerdrv: fix a typo in error message
has been added to the -mm tree.  Its filename is
     aerdrv-fix-a-typo-in-error-message.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

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@jp.fujitsu.com>

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

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Cc: "Zhang, Yanmin" <yanmin.zhang@intel.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@jp.fujitsu.com are

linux-next.patch
aerdrv-fix-sanity-check-in-report_resume.patch
aerdrv-fix-a-typo-in-error-message.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-07  8:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07  8:36 + aerdrv-fix-a-typo-in-error-message.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.