diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-10-20 17:41:05 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-10-21 11:22:04 -0400 |
commit | f33686b5a79674bec0e1aa553d420485e3a12899 (patch) | |
tree | a752d262f0cda5b8a63cd7b675be7e9d9693e0f0 /drivers/mtd/chips | |
parent | ea7415cca922389b4f3c0cf75e0af9fbf827880e (diff) |
[MTD] JEDEC probe: fix comment typo (devic)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/chips')
-rw-r--r-- | drivers/mtd/chips/jedec_probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c index 63d12874590d..58e561e87699 100644 --- a/drivers/mtd/chips/jedec_probe.c +++ b/drivers/mtd/chips/jedec_probe.c | |||
@@ -1889,7 +1889,7 @@ static int cfi_jedec_setup(struct cfi_private *p_cfi, int index) | |||
1889 | 1889 | ||
1890 | 1890 | ||
1891 | /* | 1891 | /* |
1892 | * There is a BIG problem properly ID'ing the JEDEC devic and guaranteeing | 1892 | * There is a BIG problem properly ID'ing the JEDEC device and guaranteeing |
1893 | * the mapped address, unlock addresses, and proper chip ID. This function | 1893 | * the mapped address, unlock addresses, and proper chip ID. This function |
1894 | * attempts to minimize errors. It is doubtfull that this probe will ever | 1894 | * attempts to minimize errors. It is doubtfull that this probe will ever |
1895 | * be perfect - consequently there should be some module parameters that | 1895 | * be perfect - consequently there should be some module parameters that |