diff options
Diffstat (limited to 'drivers/mtd/chips/jedec_probe.c')
| -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 1bec5e1ce6a..8db1148dfa4 100644 --- a/drivers/mtd/chips/jedec_probe.c +++ b/drivers/mtd/chips/jedec_probe.c @@ -226,7 +226,7 @@ struct unlock_addr {   * exists, but is for MTD_UADDR_NOT_SUPPORTED - and, therefore,   * should not be used.  The  problem is that structures with   * initializers have extra fields initialized to 0.  It is _very_ - * desireable to have the unlock address entries for unsupported + * desirable to have the unlock address entries for unsupported   * data widths automatically initialized - that means that   * MTD_UADDR_NOT_SUPPORTED must be 0 and the first entry here   * must go unused.  |