[PATCH] Fix coding style issue in xlr_net.c

From: Neil Armstrong
Date: Fri Mar 28 2014 - 05:43:57 EST


checkpatch script returns the following warning:
WARNING: line over 80 characters
310: FILE: drivers/staging/netlogic/xlr_net.c:310:
+ void *accel_priv, select_queue_fallback_t fallback)

This patch fixes the coding style issue.

Signed-off-by: Neil Armstrong <superna9999@xxxxxxxxx>
---
drivers/staging/netlogic/xlr_net.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/netlogic/xlr_net.c
b/drivers/staging/netlogic/xlr_net.c
index 31b269a..cef0b8a 100644
--- a/drivers/staging/netlogic/xlr_net.c
+++ b/drivers/staging/netlogic/xlr_net.c
@@ -307,7 +307,8 @@ static netdev_tx_t xlr_net_start_xmit(struct sk_buff
*skb,
}

static u16 xlr_net_select_queue(struct net_device *ndev, struct sk_buff
*skb,
- void *accel_priv, select_queue_fallback_t fallback)
+ struct sk_buff *skb, void *accel_priv,
+ select_queue_fallback_t fallback)
{
return (u16)smp_processor_id();
}
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/