commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnumach] 36/56: add comments after endifs


From: Samuel Thibault
Subject: [gnumach] 36/56: add comments after endifs
Date: Sat, 28 Sep 2013 12:43:17 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository gnumach.

commit ec3bce94d9540442f47176858bdde1251f8768cc
Author: Marin Ramesa <address@hidden>
Date:   Tue Sep 17 19:35:05 2013 +0200

    add comments after endifs
    
    * device/ds_routines.c [CONFIG_PCMCIA, CONFIG_INET, LINUX_DEV, MACH_HYP]: 
Add comments after endifs.
---
 device/ds_routines.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/device/ds_routines.c b/device/ds_routines.c
index 028e700..ee575e5 100644
--- a/device/ds_routines.c
+++ b/device/ds_routines.c
@@ -102,13 +102,13 @@ extern struct device_emulation_ops 
linux_net_emulation_ops;
 extern void free_skbuffs ();
 #ifdef CONFIG_PCMCIA
 extern struct device_emulation_ops linux_pcmcia_emulation_ops;
-#endif
-#endif
-#endif
+#endif /* CONFIG_PCMCIA */
+#endif /* CONFIG_INET */
+#endif /* LINUX_DEV */
 #ifdef MACH_HYP
 extern struct device_emulation_ops hyp_block_emulation_ops;
 extern struct device_emulation_ops hyp_net_emulation_ops;
-#endif
+#endif /* MACH_HYP */
 extern struct device_emulation_ops mach_device_emulation_ops;
 
 /* List of emulations.  */
@@ -120,13 +120,13 @@ static struct device_emulation_ops *emulation_list[] =
   &linux_net_emulation_ops,
 #ifdef CONFIG_PCMCIA
   &linux_pcmcia_emulation_ops,
-#endif
-#endif
-#endif
+#endif /* CONFIG_PCMCIA */
+#endif /* CONFIG_INET */
+#endif /* LINUX_DEV */
 #ifdef MACH_HYP
   &hyp_block_emulation_ops,
   &hyp_net_emulation_ops,
-#endif
+#endif /* MACH_HYP */
   &mach_device_emulation_ops,
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/gnumach.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]