[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1253522362-22856-1-git-send-email-u.kleine-koenig@pengutronix.de>
Date: Mon, 21 Sep 2009 10:39:22 +0200
From: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
To: trivial@...nel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 2/3] trivial: fix typos "enalbe" -> "enable"
This patch was generated by
git grep -E -l 'enalbe' | xargs -r perl -p -i -e 's/enalbe/enable/g'
and skipping drivers/staging (submitted to gregkh directly) and
arch/mips/oprofile/op_model_loongson2.c (which has matches in code;
submitted to maintainer).
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
---
drivers/scsi/aic7xxx/aic7xxx_core.c | 2 +-
mm/Kconfig.debug | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c
index e6f2bb7..8dfb59d 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_core.c
+++ b/drivers/scsi/aic7xxx/aic7xxx_core.c
@@ -5223,7 +5223,7 @@ ahc_chip_init(struct ahc_softc *ahc)
/*
* Setup the allowed SCSI Sequences based on operational mode.
- * If we are a target, we'll enalbe select in operations once
+ * If we are a target, we'll enable select in operations once
* we've had a lun enabled.
*/
scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP;
diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug
index aa99fd1..cfd4c91 100644
--- a/mm/Kconfig.debug
+++ b/mm/Kconfig.debug
@@ -22,6 +22,6 @@ config PAGE_POISONING
the patterns before alloc_pages(). This results in a large slowdown,
but helps to find certain types of memory corruptions.
- This option cannot enalbe with hibernation. Otherwise, it will get
+ This option cannot enable with hibernation. Otherwise, it will get
wrong messages for memory corruption because the free pages are not
saved to the suspend image.
--
1.6.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists