lkml.org 
[lkml]   [2009]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/3] trivial: fix typos "enalbe" -> "enable"
Date
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@pengutronix.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2009-09-21 10:41    [W:0.032 / U:2.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site