diff options
author | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | 2008-02-03 13:59:11 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 13:59:11 +0100 |
commit | a247b5d594aafe3a0121ae658a974cbea32e18d6 (patch) | |
tree | 36cbdb622ee4d6e36a2ef5a00cbc64fba71465f7 /drivers/mtd | |
parent | SERIAL_NETX_CONSOLE provides console for NetX, not IMX (diff) | |
download | linux-a247b5d594aafe3a0121ae658a974cbea32e18d6.tar.xz linux-a247b5d594aafe3a0121ae658a974cbea32e18d6.zip |
fix typo 'the same the\>'
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/devices/doc2000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/doc2000.c b/drivers/mtd/devices/doc2000.c index c73e96bfafc6..90acf57c19bd 100644 --- a/drivers/mtd/devices/doc2000.c +++ b/drivers/mtd/devices/doc2000.c @@ -376,7 +376,7 @@ static int DoC_IdentChip(struct DiskOnChip *doc, int floor, int chip) * hardware restriction. */ if (doc->mfr) { if (doc->mfr == mfr && doc->id == id) - return 1; /* This is another the same the first */ + return 1; /* This is the same as the first */ else printk(KERN_WARNING "Flash chip at floor %d, chip %d is different:\n", |