mtd: Fix C++ comment in include/linux/mtd/mtd.h
authorPavel Machek <pavel@ucw.cz>
Sat, 23 Sep 2017 20:13:14 +0000 (22:13 +0200)
committerRichard Weinberger <richard@nod.at>
Mon, 6 Nov 2017 22:26:02 +0000 (23:26 +0100)
C++ comments look wrong in kernel tree. Fix one.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
include/linux/mtd/mtd.h

index 6cd0f6b..849543f 100644 (file)
@@ -267,7 +267,7 @@ struct mtd_info {
         */
        unsigned int bitflip_threshold;
 
-       // Kernel-only stuff starts here.
+       /* Kernel-only stuff starts here. */
        const char *name;
        int index;