Re: [PATCH] asm-generic: page.h: fix comment typo

2016-09-24 Thread Arnd Bergmann
On Tuesday, August 23, 2016 8:33:59 AM CEST Lorenzo Stoakes wrote: > This patch prefixes a '!' to a /* __ASSEMBLY__ */ comment following an #ifndef > __ASSEMBLY__ block. > > Signed-off-by: Lorenzo Stoakes > Applied to my asm-generic tree now, thanks and sorry for the delay.

Re: [PATCH] asm-generic: page.h: fix comment typo

2016-09-24 Thread Arnd Bergmann
On Tuesday, August 23, 2016 8:33:59 AM CEST Lorenzo Stoakes wrote: > This patch prefixes a '!' to a /* __ASSEMBLY__ */ comment following an #ifndef > __ASSEMBLY__ block. > > Signed-off-by: Lorenzo Stoakes > Applied to my asm-generic tree now, thanks and sorry for the delay. Arnd

[PATCH] asm-generic: page.h: fix comment typo

2016-08-23 Thread Lorenzo Stoakes
This patch prefixes a '!' to a /* __ASSEMBLY__ */ comment following an #ifndef __ASSEMBLY__ block. Signed-off-by: Lorenzo Stoakes --- include/asm-generic/page.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm-generic/page.h

[PATCH] asm-generic: page.h: fix comment typo

2016-08-23 Thread Lorenzo Stoakes
This patch prefixes a '!' to a /* __ASSEMBLY__ */ comment following an #ifndef __ASSEMBLY__ block. Signed-off-by: Lorenzo Stoakes --- include/asm-generic/page.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm-generic/page.h b/include/asm-generic/page.h index