summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2010-07-24 18:53:46 +0000
committergnn <gnn@FreeBSD.org>2010-07-24 18:53:46 +0000
commit7c5e0d2b67e71897ca85a124952f68b39a689994 (patch)
tree9b777b3c84886124ff7a6dc2225edbe1f503e63a /sys/dev
parentd1d9de6577b26f631b8b1827bc13e3c4d1ebd58a (diff)
downloadFreeBSD-src-7c5e0d2b67e71897ca85a124952f68b39a689994.zip
FreeBSD-src-7c5e0d2b67e71897ca85a124952f68b39a689994.tar.gz
style(9) fix
MFC after: 1 week
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/e1000/if_igb.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/e1000/if_igb.c b/sys/dev/e1000/if_igb.c
index acb161d..e6f6bdb 100644
--- a/sys/dev/e1000/if_igb.c
+++ b/sys/dev/e1000/if_igb.c
@@ -4930,7 +4930,8 @@ igb_update_vf_stats_counters(struct adapter *adapter)
/** 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_HANDLER_ARGS)
/** 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_HANDLER_ARGS)
/** 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_HANDLER_ARGS)
/** 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;
OpenPOWER on IntegriCloud