summaryrefslogtreecommitdiff
path: root/include/linux/mtd/mtd.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-07 22:35:02 +0200
committerWolfgang Denk <wd@denx.de>2009-07-07 22:35:02 +0200
commit8e5e9b940cdede0debe528cdd7edccccbb3ebf2a (patch)
tree61647a9af02a1bdb5e498ed467d4eccdb8e706b7 /include/linux/mtd/mtd.h
parenta48ecc969f8d2d0fe9167962e9b8b4cca52de10b (diff)
Coding style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/linux/mtd/mtd.h')
-rw-r--r--include/linux/mtd/mtd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h
index c884567b9..16556c479 100644
--- a/include/linux/mtd/mtd.h
+++ b/include/linux/mtd/mtd.h
@@ -113,9 +113,9 @@ struct mtd_oob_ops {
struct mtd_info {
u_char type;
u_int32_t flags;
- uint64_t size; // Total size of the MTD
+ uint64_t size; /* Total size of the MTD */
- /* "Major" erase size for the device. Naïve users may take this
+ /* "Major" erase size for the device. Naïve users may take this
* to be the only erase size available, or may use the more detailed
* information below if they desire
*/