[NET-NEXT PATCH 19/25] ixgb: cleanup checkpatch suggestions that are relevant

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <jeff@...>
Cc: <netdev@...>, <davem@...>, Jesse Brandeburg <jesse.brandeburg@...>, Jeff Kirsher <jeffrey.t.kirsher@...>
Date: Tuesday, July 8, 2008 - 6:52 pm

From: Jesse Brandeburg <jesse.brandeburg@intel.com>

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---

 drivers/net/ixgb/ixgb_param.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/ixgb/ixgb_param.c b/drivers/net/ixgb/ixgb_param.c
index 107ef48..169636a 100644
--- a/drivers/net/ixgb/ixgb_param.c
+++ b/drivers/net/ixgb/ixgb_param.c
@@ -363,7 +363,7 @@ ixgb_check_options(struct ixgb_adapter *adapter)
 			adapter->hw.fc.high_water = opt.def;
 		}
 		if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) )
-			printk (KERN_INFO
+			printk(KERN_INFO
 				"Ignoring RxFCHighThresh when no RxFC\n");
 	}
 	{ /* Receive Flow Control Low Threshold */
@@ -383,7 +383,7 @@ ixgb_check_options(struct ixgb_adapter *adapter)
 			adapter->hw.fc.low_water = opt.def;
 		}
 		if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) )
-			printk (KERN_INFO
+			printk(KERN_INFO
 				"Ignoring RxFCLowThresh when no RxFC\n");
 	}
 	{ /* Flow Control Pause Time Request*/
@@ -404,7 +404,7 @@ ixgb_check_options(struct ixgb_adapter *adapter)
 			adapter->hw.fc.pause_time = opt.def;
 		}
 		if (!(adapter->hw.fc.type & ixgb_fc_tx_pause) )
-			printk (KERN_INFO
+			printk(KERN_INFO
 				"Ignoring FCReqTimeout when no RxFC\n");
 	}
 	/* high low and spacing check for rx flow control thresholds */
@@ -412,7 +412,7 @@ ixgb_check_options(struct ixgb_adapter *adapter)
 		/* high must be greater than low */
 		if (adapter->hw.fc.high_water < (adapter->hw.fc.low_water + 8)) {
 			/* set defaults */
-			printk (KERN_INFO
+			printk(KERN_INFO
 				"RxFCHighThresh must be >= (RxFCLowThresh + 8), "
 				"Using Defaults\n");
 			adapter->hw.fc.high_water = DEFAULT_FCRTH;

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[NET-NEXT PATCH 00/25] ixgb: update to latest, Jeff Kirsher, (Tue Jul 8, 6:51 pm)
[NET-NEXT PATCH 23/25] ixgb: cleanup header, Jeff Kirsher, (Tue Jul 8, 6:52 pm)
[NET-NEXT PATCH 19/25] ixgb: cleanup checkpatch suggestions ..., Jeff Kirsher, (Tue Jul 8, 6:52 pm)
[NET-NEXT PATCH 17/25] ixgb: fix spelling errors, Jeff Kirsher, (Tue Jul 8, 6:52 pm)
[NET-NEXT PATCH 15/25] ixgb: cleanup space after while, Jeff Kirsher, (Tue Jul 8, 6:52 pm)
[NET-NEXT PATCH 16/25] ixgb: whitespace fixups, Jeff Kirsher, (Tue Jul 8, 6:52 pm)
[NET-NEXT PATCH 14/25] ixgb: format all if( to be if (, Jeff Kirsher, (Tue Jul 8, 6:52 pm)
[NET-NEXT PATCH 12/25] ixgb: add copybreak parameter, Jeff Kirsher, (Tue Jul 8, 6:52 pm)
[NET-NEXT PATCH 11/25] ixgb: update readme text, Jeff Kirsher, (Tue Jul 8, 6:51 pm)
[NET-NEXT PATCH 06/25] ixgb: don't allow too small MTU, Jeff Kirsher, (Tue Jul 8, 6:51 pm)