Coding style cleanup; update CHANGELOG

Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h
index c884567..16556c4 100644
--- a/include/linux/mtd/mtd.h
+++ b/include/linux/mtd/mtd.h
@@ -113,9 +113,9 @@
 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
 	 */