]> git.baikalelectronics.ru Git - kernel.git/commitdiff
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 6cd0f6b7658b38c73be72e3a085d93a6362d2588..849543f1f2334ad8c8f3cfafc0d2605fc3d7bb98 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;