[dahdi-commits] fjoe: freebsd/trunk r10298 - /freebsd/trunk/freebsd/ng_dahdi_netdev/

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Wed Nov 2 07:48:51 CDT 2011


Author: fjoe
Date: Wed Nov  2 07:48:47 2011
New Revision: 10298

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10298
Log:
Cosmetic fixes:
- Fix spacing
- Fix comments

Modified:
    freebsd/trunk/freebsd/ng_dahdi_netdev/ng_dahdi_netdev.c

Modified: freebsd/trunk/freebsd/ng_dahdi_netdev/ng_dahdi_netdev.c
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/ng_dahdi_netdev/ng_dahdi_netdev.c?view=diff&rev=10298&r1=10297&r2=10298
==============================================================================
--- freebsd/trunk/freebsd/ng_dahdi_netdev/ng_dahdi_netdev.c (original)
+++ freebsd/trunk/freebsd/ng_dahdi_netdev/ng_dahdi_netdev.c Wed Nov  2 07:48:47 2011
@@ -371,7 +371,7 @@
 		case NGM_LINK_IS_UP:
 		case NGM_LINK_IS_DOWN:
 			netdevice_notify(netdev,
-			    msg->header.cmd == NGM_LINK_IS_UP ?  NETDEV_UP : NETDEV_DOWN);
+			    msg->header.cmd == NGM_LINK_IS_UP ? NETDEV_UP : NETDEV_DOWN);
 			break;
 		default:
 			error = EINVAL;
@@ -413,7 +413,7 @@
 }
 
 /*
- * Check for attaching a new hook.
+ * Check for attaching a new hook
  */
 static int
 ng_dahdi_netdev_newhook(struct ng_node *node, struct ng_hook *hook, const char *name)
@@ -440,7 +440,7 @@
 }
 
 /*
- * Hook disconnection.
+ * Hook disconnection
  */
 static int
 ng_dahdi_netdev_disconnect(struct ng_hook *hook)




More information about the dahdi-commits mailing list