From 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 7 Jul 2009 22:35:02 +0200 Subject: Coding style cleanup; update CHANGELOG Signed-off-by: Wolfgang Denk --- include/linux/mtd/concat.h | 2 -- include/linux/mtd/mtd.h | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'include/linux') diff --git a/include/linux/mtd/concat.h b/include/linux/mtd/concat.h index e80c674da..c92b4ddc9 100644 --- a/include/linux/mtd/concat.h +++ b/include/linux/mtd/concat.h @@ -9,7 +9,6 @@ #ifndef MTD_CONCAT_H #define MTD_CONCAT_H - struct mtd_info *mtd_concat_create( struct mtd_info *subdev[], /* subdevices to concatenate */ int num_devs, /* number of subdevices */ @@ -18,4 +17,3 @@ struct mtd_info *mtd_concat_create( void mtd_concat_destroy(struct mtd_info *mtd); #endif - 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 */ -- cgit v1.2.3