svn commit: r210452 - head/sys/dev/e1000

George V. Neville-Neil gnn at FreeBSD.org
Sat Jul 24 18:53:47 UTC 2010


Author: gnn
Date: Sat Jul 24 18:53:46 2010
New Revision: 210452
URL: http://svn.freebsd.org/changeset/base/210452

Log:
  style(9) fix
  
  MFC after:	1 week

Modified:
  head/sys/dev/e1000/if_igb.c

Modified: head/sys/dev/e1000/if_igb.c
==============================================================================
--- head/sys/dev/e1000/if_igb.c	Sat Jul 24 18:14:34 2010	(r210451)
+++ head/sys/dev/e1000/if_igb.c	Sat Jul 24 18:53:46 2010	(r210452)
@@ -4930,7 +4930,8 @@ igb_update_vf_stats_counters(struct adap
 /** igb_sysctl_tdh_handler - Handler function
  *  Retrieves the TDH value from the hardware
  */
-static int igb_sysctl_tdh_handler(SYSCTL_HANDLER_ARGS)
+static int 
+igb_sysctl_tdh_handler(SYSCTL_HANDLER_ARGS)
 {
 	int error;
 
@@ -4947,7 +4948,8 @@ static int igb_sysctl_tdh_handler(SYSCTL
 /** igb_sysctl_tdt_handler - Handler function
  *  Retrieves the TDT value from the hardware
  */
-static int igb_sysctl_tdt_handler(SYSCTL_HANDLER_ARGS)
+static int 
+igb_sysctl_tdt_handler(SYSCTL_HANDLER_ARGS)
 {
 	int error;
 
@@ -4964,7 +4966,8 @@ static int igb_sysctl_tdt_handler(SYSCTL
 /** igb_sysctl_rdh_handler - Handler function
  *  Retrieves the RDH value from the hardware
  */
-static int igb_sysctl_rdh_handler(SYSCTL_HANDLER_ARGS)
+static int 
+igb_sysctl_rdh_handler(SYSCTL_HANDLER_ARGS)
 {
 	int error;
 
@@ -4981,7 +4984,8 @@ static int igb_sysctl_rdh_handler(SYSCTL
 /** igb_sysctl_rdt_handler - Handler function
  *  Retrieves the RDT value from the hardware
  */
-static int igb_sysctl_rdt_handler(SYSCTL_HANDLER_ARGS)
+static int 
+igb_sysctl_rdt_handler(SYSCTL_HANDLER_ARGS)
 {
 	int error;
 


More information about the svn-src-head mailing list