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: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Leo Kim 2016-02-04 18:15:35 +09:00 committed by Greg Kroah-Hartman
parent 5b9f526e79
commit 885cabccf9

View file

@ -25,7 +25,8 @@
#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 = {
.notifier_call = dev_state_ev_handler
@ -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 wilc_priv *priv;