Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1265396 > unrolled thread

[PATCH] Staging: wlan-ng: p80211wep: fixed a block comment style issue

Started byGavin O'Leary <gavinoleary3@gmail.com>
First post2015-11-09 07:50 +0100
Last post2015-11-09 07:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging: wlan-ng: p80211wep: fixed a block comment style  issue Gavin O'Leary <gavinoleary3@gmail.com> - 2015-11-09 07:50 +0100

#1265396 — [PATCH] Staging: wlan-ng: p80211wep: fixed a block comment style issue

FromGavin O'Leary <gavinoleary3@gmail.com>
Date2015-11-09 07:50 +0100
Subject[PATCH] Staging: wlan-ng: p80211wep: fixed a block comment style issue
Message-ID<qsOr7-2Rf-9@gated-at.bofh.it>
Fixed a comment style issue.

Signed-off-by: Gavin O'Leary <gavinoleary3@gmail.com>
---
 drivers/staging/wlan-ng/p80211wep.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/wlan-ng/p80211wep.c b/drivers/staging/wlan-ng/p80211wep.c
index c363456..e9f990a 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)
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web