From: Pavel Machek Date: Sat, 23 Sep 2017 20:13:14 +0000 (+0200) Subject: mtd: Fix C++ comment in include/linux/mtd/mtd.h X-Git-Tag: v4.15-rc1~25^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=971e4aeeaa126b207d1e85eec6dc6e29bead316e;p=thirdparty%2Fkernel%2Flinux.git mtd: Fix C++ comment in include/linux/mtd/mtd.h C++ comments look wrong in kernel tree. Fix one. Signed-off-by: Pavel Machek Acked-by: Boris Brezillon Signed-off-by: Richard Weinberger --- diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 6cd0f6b7658b3..849543f1f2334 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h @@ -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;