linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: more warning fixes
@ 2003-07-14 12:24 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-14 12:24 UTC (permalink / raw)
  To: linux-kernel, marcelo

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 */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-14 12:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-14 12:24 PATCH: more warning fixes Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).