[PATCH] ipw2100: remove white space and better format the code
Signed-off-by: James Ketrenos <[EMAIL PROTECTED]>
---
--- a/drivers/net/wireless/ipw2100.c
+++ b/drivers/net/wireless/ipw2100.c
@@ -3767,7 +3767,7 @@ static ssize_t store_memory(struct devic
struct net_device *dev = priv->net_dev;
const char *p = buf;
- (void) dev; /* kill unused-var warning for debug-only code */
+ (void)dev; /* kill unused-var warning for debug-only code
*/
if (count < 1)
return count;
@@ -4087,7 +4087,7 @@ static ssize_t store_scan_age(struct dev
unsigned long val;
char *p = buffer;
- (void) dev; /* kill unused-var warning for debug-only code */
+ (void)dev; /* kill unused-var warning for debug-only code
*/
IPW_DEBUG_INFO("enter\n");
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html