public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] fix unterminated comment in asm-parisc/som.h
@ 2004-10-08 12:47 Adrian Bunk
  2004-10-08 12:56 ` [parisc-linux] " Matthew Wilcox
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2004-10-08 12:47 UTC (permalink / raw)
  To: matthew, Marcelo Tosatti; +Cc: grundler, parisc-linux, linux-kernel


The patch below fixes an unterminated comment in 
include/asm-parisc/som.h present in both 2.4 and 2.6 .

This bug was found using David A. Wheeler's 'SLOCCount'.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.9-rc3-mm3/include/asm-parisc/som.h.old	2004-10-08 14:38:44.000000000 +0200
+++ linux-2.6.9-rc3-mm3/include/asm-parisc/som.h	2004-10-08 14:39:10.000000000 +0200
@@ -5,4 +5,4 @@
 #include <linux/som.h>
 
 
-#endif /* _ASM_PARISC_SOM_H
+#endif /* _ASM_PARISC_SOM_H */

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

end of thread, other threads:[~2004-10-08 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-08 12:47 [patch] fix unterminated comment in asm-parisc/som.h Adrian Bunk
2004-10-08 12:56 ` [parisc-linux] " Matthew Wilcox
2004-10-08 13:07   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox