patch-2.4.5 linux/net/irda/irnet/irnet_irda.h

Next file: linux/net/irda/irnet/irnet_ppp.c
Previous file: linux/net/irda/irnet/irnet_irda.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.4/linux/net/irda/irnet/irnet_irda.h linux/net/irda/irnet/irnet_irda.h
@@ -13,8 +13,9 @@
 #define IRNET_IRDA_H
 
 /***************************** INCLUDES *****************************/
-
 #include <linux/config.h>
+/* Please add other headers in irnet.h */
+
 #include "irnet.h"		/* Module global include */
 
 /************************ CONSTANTS & MACROS ************************/
@@ -149,7 +150,7 @@
 			char **,
 			off_t,
 			int);
-#endif CONFIG_PROC_FS
+#endif /* CONFIG_PROC_FS */
 
 /**************************** VARIABLES ****************************/
 
@@ -164,6 +165,6 @@
 /* The /proc/net/irda directory, defined elsewhere... */
 #ifdef CONFIG_PROC_FS
 extern struct proc_dir_entry *proc_irda;
-#endif CONFIG_PROC_FS
+#endif /* CONFIG_PROC_FS */
 
-#endif IRNET_IRDA_H
+#endif /* IRNET_IRDA_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)