diff options
author | Gavin O'Leary <gavinoleary3@gmail.com> | 2015-11-08 22:44:20 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-07 19:06:36 -0800 |
commit | ea37066d0ee992728c06e8d91f73b34c3982e564 (patch) | |
tree | 476289f55f5ceabdf9c9b7fbeb5d6f921fc8e1e6 /drivers/staging/wlan-ng | |
parent | d23054350d0fafdc4a6f8d68b18cd70ec581c95d (diff) | |
download | talos-obmc-linux-ea37066d0ee992728c06e8d91f73b34c3982e564.tar.gz talos-obmc-linux-ea37066d0ee992728c06e8d91f73b34c3982e564.zip |
Staging: wlan-ng: p80211wep: fixed a block comment style issue
Fixed a comment style issue.
Signed-off-by: Gavin O'Leary <gavinoleary3@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng')
-rw-r--r-- | drivers/staging/wlan-ng/p80211wep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/p80211wep.c b/drivers/staging/wlan-ng/p80211wep.c index c363456d93a3..e9f990a52cad 100644 --- a/drivers/staging/wlan-ng/p80211wep.c +++ b/drivers/staging/wlan-ng/p80211wep.c @@ -140,8 +140,8 @@ int wep_change_key(wlandevice_t *wlandev, int keynum, u8 *key, int keylen) } /* - 4-byte IV at start of buffer, 4-byte ICV at end of buffer. - if successful, buf start is payload begin, length -= 8; + * 4-byte IV at start of buffer, 4-byte ICV at end of buffer. + * if successful, buf start is payload begin, length -= 8; */ int wep_decrypt(wlandevice_t *wlandev, u8 *buf, u32 len, int key_override, u8 *iv, u8 *icv) |