Re: [PATCH] genksyms: keywords: Use __restrict not _restrict

2020-08-18 Thread Masahiro Yamada
On Tue, Aug 18, 2020 at 12:32 PM Randy Dunlap wrote: > > On 8/17/20 6:05 PM, Masahiro Yamada wrote: > > On Sun, Aug 16, 2020 at 7:46 AM Randy Dunlap wrote: > >> > >> On 8/14/20 8:17 PM, Joe Perches wrote: > >>> On Fri, 2020-08-14 at 20:05 -0700, Linus Torvalds wrote: > On Fri, Aug 14, 2020

Re: [PATCH] genksyms: keywords: Use __restrict not _restrict

2020-08-17 Thread Randy Dunlap
On 8/17/20 6:05 PM, Masahiro Yamada wrote: > On Sun, Aug 16, 2020 at 7:46 AM Randy Dunlap wrote: >> >> On 8/14/20 8:17 PM, Joe Perches wrote: >>> On Fri, 2020-08-14 at 20:05 -0700, Linus Torvalds wrote: On Fri, Aug 14, 2020 at 7:14 PM Nick Desaulniers wrote: > What's KAO? Urban

Re: [PATCH] genksyms: keywords: Use __restrict not _restrict

2020-08-17 Thread Masahiro Yamada
On Sun, Aug 16, 2020 at 7:46 AM Randy Dunlap wrote: > > On 8/14/20 8:17 PM, Joe Perches wrote: > > On Fri, 2020-08-14 at 20:05 -0700, Linus Torvalds wrote: > >> On Fri, Aug 14, 2020 at 7:14 PM Nick Desaulniers > >> wrote: > >>> What's KAO? Urban dictionary has no entry. :^P > >> > >> It goes

Re: [PATCH] genksyms: keywords: Use __restrict not _restrict

2020-08-15 Thread Randy Dunlap
On 8/14/20 8:17 PM, Joe Perches wrote: > On Fri, 2020-08-14 at 20:05 -0700, Linus Torvalds wrote: >> On Fri, Aug 14, 2020 at 7:14 PM Nick Desaulniers >> wrote: >>> What's KAO? Urban dictionary has no entry. :^P >> >> It goes back to 2003 and the original keywords.gperf file, see >> >> >>

Re: [PATCH] genksyms: keywords: Use __restrict not _restrict

2020-08-15 Thread Joe Perches
On Fri, 2020-08-14 at 20:05 -0700, Linus Torvalds wrote: > On Fri, Aug 14, 2020 at 7:14 PM Nick Desaulniers > wrote: > > What's KAO? Urban dictionary has no entry. :^P > > It goes back to 2003 and the original keywords.gperf file, see > > >

Re: [PATCH] genksyms: keywords: Use __restrict not _restrict

2020-08-15 Thread Linus Torvalds
On Fri, Aug 14, 2020 at 7:14 PM Nick Desaulniers wrote: > > What's KAO? Urban dictionary has no entry. :^P It goes back to 2003 and the original keywords.gperf file, see https://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git/commit/?id=46bd1da672d66ccd8a639d3c1f8a166048cca608

Re: [PATCH] genksyms: keywords: Use __restrict not _restrict

2020-08-15 Thread Nick Desaulniers
On Fri, Aug 14, 2020 at 6:38 PM Joe Perches wrote: > > Use the proper form of the RESTRICT keyword. > > Quote the comments properly too. > > Signed-off-by: Joe Perches Acked-by: Nick Desaulniers (Surprised what looked to me like a typo compiled). Would a checkpatch warning be helpful, too?

Re: [PATCH] genksyms: keywords: Use __restrict not _restrict

2020-08-15 Thread Nick Desaulniers
On Fri, Aug 14, 2020 at 8:06 PM Linus Torvalds wrote: > > It goes back to 2003 and the original keywords.gperf file, see > > > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git/commit/?id=46bd1da672d66ccd8a639d3c1f8a166048cca608 Interesting, I was wondering why upstream

[PATCH] genksyms: keywords: Use __restrict not _restrict

2020-08-15 Thread Joe Perches
Use the proper form of the RESTRICT keyword. Quote the comments properly too. Signed-off-by: Joe Perches --- scripts/genksyms/keywords.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/genksyms/keywords.c b/scripts/genksyms/keywords.c index