[patch] fix unterminated comment in asm-parisc/som.h

From: Adrian Bunk
Date: Fri Oct 08 2004 - 07:50:21 EST



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@xxxxxxxxx>

--- 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 */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/