diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2016-09-27 19:33:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-28 11:32:19 +0200 |
commit | a0cc6bf3eab70c9de1fbaf11cb10ae40619d5ee9 (patch) | |
tree | db0be0547f1aed7d92d20823b919f615dfc4e184 | |
parent | ae84ee13cbc7ff3826e6a4d185944fd9c7928fcf (diff) | |
download | lwn-a0cc6bf3eab70c9de1fbaf11cb10ae40619d5ee9.tar.gz lwn-a0cc6bf3eab70c9de1fbaf11cb10ae40619d5ee9.zip |
staging: wlan-ng: fix line style warnings in p80211netdev.h
This patch fixes the following checkpatch.pl warning in p80211netdev.h:
WARNING: line over 80 characters
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/wlan-ng/p80211netdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/p80211netdev.h b/drivers/staging/wlan-ng/p80211netdev.h index e1a568911b55..1e6a774fc7c5 100644 --- a/drivers/staging/wlan-ng/p80211netdev.h +++ b/drivers/staging/wlan-ng/p80211netdev.h @@ -225,8 +225,8 @@ struct wlandevice { int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen); int wep_decrypt(struct wlandevice *wlandev, u8 *buf, u32 len, int key_override, u8 *iv, u8 *icv); -int wep_encrypt(struct wlandevice *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, - u8 *iv, u8 *icv); +int wep_encrypt(struct wlandevice *wlandev, u8 *buf, u8 *dst, u32 len, + int keynum, u8 *iv, u8 *icv); int wlan_setup(struct wlandevice *wlandev, struct device *physdev); void wlan_unsetup(struct wlandevice *wlandev); |