From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751784AbbKIGoZ (ORCPT ); Mon, 9 Nov 2015 01:44:25 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:33940 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751073AbbKIGoX (ORCPT ); Mon, 9 Nov 2015 01:44:23 -0500 Date: Sun, 8 Nov 2015 22:44:20 -0800 From: "Gavin O'Leary" To: greg@kroah.com, linux-kernel@vger.kernel.org Cc: goleary1@hwemail.com Subject: [PATCH] Staging: wlan-ng: p80211wep: fixed a block comment style issue Message-ID: <20151109064420.GA29176@gavin-VirtualBox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed a comment style issue. Signed-off-by: Gavin O'Leary --- 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