Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756632AbcJMQHh (ORCPT ); Thu, 13 Oct 2016 12:07:37 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35635 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756622AbcJMQH2 (ORCPT ); Thu, 13 Oct 2016 12:07:28 -0400 Date: Thu, 13 Oct 2016 09:05:57 -0700 From: Nadim Almas To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] Staging:ks7010:eap_packet: fixed 80 character line limit coding style issue Message-ID: <20161013160557.GA4407@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1035 Lines: 29 Fixed coding style issue Signed-off-by: Nadim Almas --- drivers/staging/ks7010/eap_packet.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/ks7010/eap_packet.h b/drivers/staging/ks7010/eap_packet.h index df7f760..90432ff 100644 --- a/drivers/staging/ks7010/eap_packet.h +++ b/drivers/staging/ks7010/eap_packet.h @@ -58,11 +58,13 @@ struct ieee802_1x_eapol_key { * encrypt the Key field; 64-bit NTP timestamp MAY be used here */ unsigned char replay_counter[IEEE8021X_REPLAY_COUNTER_LEN]; - unsigned char key_iv[IEEE8021X_KEY_IV_LEN]; /* cryptographically random number */ + unsigned char key_iv[IEEE8021X_KEY_IV_LEN]; + /* cryptographically random number */ unsigned char key_index; /* * key flag in the most significant bit: * 0 = broadcast (default key), - * 1 = unicast (key mapping key); key index is in the + * 1 = unicast (key mapping key); key + * index is in the * 7 least significant bits */ /* -- 2.7.4