PATCH: more warning fixes

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Mon Jul 14 2003 - 07:24:22 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/scsi/nsp32.h linux.22-pre5-ac1/drivers/scsi/nsp32.h
--- linux.22-pre5/drivers/scsi/nsp32.h 2003-07-14 12:26:48.000000000 +0100
+++ linux.22-pre5-ac1/drivers/scsi/nsp32.h 2003-07-07 15:56:54.000000000 +0100
@@ -425,5 +425,5 @@
 #define BUSPHASE_STATUS ( BUSMON_STATUS & BUSMON_PHASE_MASK )
 #define BUSPHASE_SELECT ( BUSMON_SEL | BUSMON_IO )
 
-#endif _NSP32_H
+#endif /* _NSP32_H */
 /* end */
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/scsi/nsp32_io.h linux.22-pre5-ac1/drivers/scsi/nsp32_io.h
--- linux.22-pre5/drivers/scsi/nsp32_io.h 2003-07-14 12:26:49.000000000 +0100
+++ linux.22-pre5-ac1/drivers/scsi/nsp32_io.h 2003-07-07 15:56:54.000000000 +0100
@@ -265,5 +265,5 @@
         nsp32_multi_write4(base, FIFO_DATA_LOW, buf, count);
 }
 
-#endif _NSP32_IO_H
+#endif /* _NSP32_IO_H */
 /* end */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:51 EST