Commit 885cabcc authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman

staging: wilc1000: remove warnings line over 80 characters

This patch removes the warnings reported by checkpatch.pl
for line over 80 characters.
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5b9f526e
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
#include <linux/semaphore.h> #include <linux/semaphore.h>
static int dev_state_ev_handler(struct notifier_block *this, unsigned long event, void *ptr); static int dev_state_ev_handler(struct notifier_block *this,
unsigned long event, void *ptr);
static struct notifier_block g_dev_notifier = { static struct notifier_block g_dev_notifier = {
.notifier_call = dev_state_ev_handler .notifier_call = dev_state_ev_handler
...@@ -57,7 +58,8 @@ static const struct net_device_ops wilc_netdev_ops = { ...@@ -57,7 +58,8 @@ static const struct net_device_ops wilc_netdev_ops = {
}; };
static int dev_state_ev_handler(struct notifier_block *this, unsigned long event, void *ptr) static int dev_state_ev_handler(struct notifier_block *this,
unsigned long event, void *ptr)
{ {
struct in_ifaddr *dev_iface = (struct in_ifaddr *)ptr; struct in_ifaddr *dev_iface = (struct in_ifaddr *)ptr;
struct wilc_priv *priv; struct wilc_priv *priv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment