diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-11-09 09:20:58 -0500 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-11-18 09:03:37 -0500 |
commit | 064a7694b5347208febeb7aba7c90d38934ec8a1 (patch) | |
tree | 68d61e145653fe0216eff6a69b10527e27fb796d /drivers/mtd/nand/nand_base.c | |
parent | 07300164657526d8d26c626c43723c310fbf3616 (diff) |
mtd: Fix typo mtd/tests
Correct spelling typo in printk within drivers/mtd/tests.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/nand/nand_base.c')
-rw-r--r-- | drivers/mtd/nand/nand_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index 95d56ed8500a..6eef7fbe8fdb 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c | |||
@@ -160,7 +160,7 @@ static uint8_t nand_read_byte(struct mtd_info *mtd) | |||
160 | } | 160 | } |
161 | 161 | ||
162 | /** | 162 | /** |
163 | * nand_read_byte16 - [DEFAULT] read one byte endianess aware from the chip | 163 | * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip |
164 | * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip | 164 | * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip |
165 | * @mtd: MTD device structure | 165 | * @mtd: MTD device structure |
166 | * | 166 | * |