Re: [PATCH v2] jffs2: remove C++ style comments from uapi header

2019-08-18 Thread Richard Weinberger
- Ursprüngliche Mail - > This patch missed the fixes pull requests. > Which version is this targeting for? v5.4-rc1 ? Damn, I forgot about this one. I'll do another fixes PR this week for UBI/UBIFS, so it will be in tree before the next merge window opens. Sorry for the delay! Thanks,

Re: [PATCH v2] jffs2: remove C++ style comments from uapi header

2019-08-18 Thread Masahiro Yamada
On Mon, Jul 29, 2019 at 4:14 PM Richard Weinberger wrote: > > On Sun, Jul 14, 2019 at 10:08 AM Richard Weinberger wrote: > > > > - Ursprüngliche Mail - > > > Looks like this trivial patch missed the pull request. > > > > > > > > > My motivation is to make sure UAPI headers > > > are reall

Re: [PATCH v2] jffs2: remove C++ style comments from uapi header

2019-08-18 Thread Masahiro Yamada
On Sun, Jul 14, 2019 at 5:08 PM Richard Weinberger wrote: > > - Ursprüngliche Mail - > > Looks like this trivial patch missed the pull request. > > > > > > My motivation is to make sure UAPI headers > > are really compilable in user-space, > > and now checked by the following commit: > > >

Re: [PATCH v2] jffs2: remove C++ style comments from uapi header

2019-07-29 Thread Richard Weinberger
On Sun, Jul 14, 2019 at 10:08 AM Richard Weinberger wrote: > > - Ursprüngliche Mail - > > Looks like this trivial patch missed the pull request. > > > > > > My motivation is to make sure UAPI headers > > are really compilable in user-space, > > and now checked by the following commit: > >

Re: [PATCH v2] jffs2: remove C++ style comments from uapi header

2019-07-14 Thread Richard Weinberger
- Ursprüngliche Mail - > Looks like this trivial patch missed the pull request. > > > My motivation is to make sure UAPI headers > are really compilable in user-space, > and now checked by the following commit: > > commit d6fc9fcbaa655cff2d2be05e16867d1918f78b85 > Author: Masahiro Yamada

Re: [PATCH v2] jffs2: remove C++ style comments from uapi header

2019-07-13 Thread Masahiro Yamada
ot; > > , "Marek Vasut" , > > "linux-mtd" , > > "Miquel Raynal" , "Brian Norris" > > , "David Woodhouse" > > > > Gesendet: Donnerstag, 27. Juni 2019 09:06:31 > > Betreff: Re: [PATCH v2] jffs2: remove C++ style

Re: [PATCH v2] jffs2: remove C++ style comments from uapi header

2019-06-27 Thread Richard Weinberger
; , "Brian Norris" > , "David Woodhouse" > > Gesendet: Donnerstag, 27. Juni 2019 09:06:31 > Betreff: Re: [PATCH v2] jffs2: remove C++ style comments from uapi header > On Tue, Jun 18, 2019 at 3:20 PM Richard Weinberger wrote: >> >> - Ursprüngli

Re: [PATCH v2] jffs2: remove C++ style comments from uapi header

2019-06-27 Thread Masahiro Yamada
; > , "Vignesh Raghavendra" , > > "Marek Vasut" , > > "Masahiro Yamada" , "richard" > > , "David Woodhouse" , > > "linux-kernel" > > Gesendet: Dienstag, 18. Juni 2019 05:09:26 > > Betreff: [PATCH v2] jf

Re: [PATCH v2] jffs2: remove C++ style comments from uapi header

2019-06-17 Thread Richard Weinberger
a" , "richard" > , "David Woodhouse" , > "linux-kernel" > 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 &

[PATCH v2] jffs2: remove C++ style comments from uapi header

2019-06-17 Thread Masahiro Yamada
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 ha