Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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;