Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Pavel Machek and committed by
Richard Weinberger
971e4aee d4906688

+1 -1
+1 -1
include/linux/mtd/mtd.h
··· 267 267 */ 268 268 unsigned int bitflip_threshold; 269 269 270 - // Kernel-only stuff starts here. 270 + /* Kernel-only stuff starts here. */ 271 271 const char *name; 272 272 int index; 273 273