All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] asm-generic: page.h: fix comment typo
@ 2016-08-23  7:33 Lorenzo Stoakes
  2016-09-24  9:20 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Lorenzo Stoakes @ 2016-08-23  7:33 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linux-arch, linux-kernel, Lorenzo Stoakes

This patch prefixes a '!' to a /* __ASSEMBLY__ */ comment following an #ifndef
__ASSEMBLY__ block.

Signed-off-by: Lorenzo Stoakes <lstoakes@gmail.com>
---
 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 67cfb7d..8847a6e 100644
--- a/include/asm-generic/page.h
+++ b/include/asm-generic/page.h
@@ -92,7 +92,7 @@ extern unsigned long memory_end;
 #define	virt_addr_valid(kaddr)	(((void *)(kaddr) >= (void *)PAGE_OFFSET) && \
 				((void *)(kaddr) < (void *)memory_end))
 
-#endif /* __ASSEMBLY__ */
+#endif /* !__ASSEMBLY__ */
 
 #include <asm-generic/memory_model.h>
 #include <asm-generic/getorder.h>
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] asm-generic: page.h: fix comment typo
  2016-08-23  7:33 [PATCH] asm-generic: page.h: fix comment typo Lorenzo Stoakes
@ 2016-09-24  9:20 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2016-09-24  9:20 UTC (permalink / raw)
  To: Lorenzo Stoakes; +Cc: linux-arch, linux-kernel

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 <lstoakes@gmail.com>
> 

Applied to my asm-generic tree now, thanks and sorry for the
delay.

	Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-24  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23  7:33 [PATCH] asm-generic: page.h: fix comment typo Lorenzo Stoakes
2016-09-24  9:20 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.