Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 971e4aee authored by Pavel Machek's avatar Pavel Machek Committed by Richard Weinberger
Browse files

mtd: Fix C++ comment in include/linux/mtd/mtd.h



C++ comments look wrong in kernel tree. Fix one.

Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
Acked-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent d4906688
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;