aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211netdev.c
diff options
context:
space:
mode:
authorTim Collier <osdevtc@gmail.com>2018-05-16 08:53:05 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-20 14:34:25 +0200
commita170aa3309c5119ec498c53a11bd67acb24c0cb3 (patch)
treef8f7abafdfa1fee0e9df049904a7300343e09514 /drivers/staging/wlan-ng/p80211netdev.c
parentstaging: wlan-ng: fix coding style issues in p80211netdev.h (diff)
downloadlinux-dev-a170aa3309c5119ec498c53a11bd67acb24c0cb3.tar.xz
linux-dev-a170aa3309c5119ec498c53a11bd67acb24c0cb3.zip
staging: wlan-ng: fix coding style issues in p80211netdev.c
Fix 2 "Alignment should match open parenthesis" messages issued by checkpatch. Signed-off-by: Tim Collier <osdevtc@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng/p80211netdev.c')
-rw-r--r--drivers/staging/wlan-ng/p80211netdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/p80211netdev.c b/drivers/staging/wlan-ng/p80211netdev.c
index 710ce839493d..8258cb5a335d 100644
--- a/drivers/staging/wlan-ng/p80211netdev.c
+++ b/drivers/staging/wlan-ng/p80211netdev.c
@@ -96,7 +96,7 @@ static int p80211knetdev_init(struct net_device *netdev);
static int p80211knetdev_open(struct net_device *netdev);
static int p80211knetdev_stop(struct net_device *netdev);
static netdev_tx_t p80211knetdev_hard_start_xmit(struct sk_buff *skb,
- struct net_device *netdev);
+ struct net_device *netdev);
static void p80211knetdev_set_multicast_list(struct net_device *dev);
static int p80211knetdev_do_ioctl(struct net_device *dev, struct ifreq *ifr,
int cmd);
@@ -322,7 +322,7 @@ static void p80211netdev_rx_bh(unsigned long arg)
*----------------------------------------------------------------
*/
static netdev_tx_t p80211knetdev_hard_start_xmit(struct sk_buff *skb,
- struct net_device *netdev)
+ struct net_device *netdev)
{
int result = 0;
int txresult = -1;