----- Ursprüngliche Mail ----- > Von: "Masahiro Yamada" <yamada.masah...@socionext.com> > An: "linux-mtd" <linux-...@lists.infradead.org> > CC: "Boris Brezillon" <bbrezil...@kernel.org>, "Miquel Raynal" > <miquel.ray...@bootlin.com>, "Brian Norris" > <computersforpe...@gmail.com>, "Vignesh Raghavendra" <vigne...@ti.com>, > "Marek Vasut" <marek.va...@gmail.com>, > "Masahiro Yamada" <yamada.masah...@socionext.com>, "richard" > <rich...@nod.at>, "David Woodhouse" <dw...@infradead.org>, > "linux-kernel" <linux-kernel@vger.kernel.org> > Gesendet: Dienstag, 18. Juni 2019 05:09:26 > Betreff: [PATCH v2] jffs2: remove C++ style comments from uapi header
> Linux kernel tolerates C++ style comments these days. Actually, the > SPDX License tags for .c files start with //. > > On the other hand, uapi headers are written in more strict C, where > the C++ comment style is forbidden. > > I simply dropped these lines instead of fixing the comment style. > > This code has been always commented out since it was added around > Linux 2.4.9 (i.e. commented out for more than 17 years). > > 'Maybe later...' will never happen. :-) > Signed-off-by: Masahiro Yamada <yamada.masah...@socionext.com> Acked-by: Richard Weinberger <rich...@nod.at> Thanks, //richard