mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 19:43:54 +07:00
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:
parent
5b9f526e79
commit
885cabccf9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user