linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] Staging: ks7010: eap_packet.h: fixed coding style issue
@ 2016-12-04 14:59 Manoj Sawai
  2016-12-06  9:19 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Manoj Sawai @ 2016-12-04 14:59 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Manoj Sawai

Rearranged comments so that lines are less than 80 characters long

Signed-off-by: Manoj Sawai <mas@iitkgp.ac.in>
---
 drivers/staging/ks7010/eap_packet.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/ks7010/eap_packet.h b/drivers/staging/ks7010/eap_packet.h
index df7f760e4110..45d30b8ed0b1 100644
--- a/drivers/staging/ks7010/eap_packet.h
+++ b/drivers/staging/ks7010/eap_packet.h
@@ -58,12 +58,15 @@ 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 */
+
+	/* cryptographically random number */
+	unsigned char key_iv[IEEE8021X_KEY_IV_LEN];
 	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
-					 * 7 least significant bits
+					 * 1 = unicast (key mapping key);
+					 * key index is in the 7 least
+					 * significant bits
 					 */
 	/*
 	 * HMAC-MD5 message integrity check computed with MS-MPPE-Send-Key as
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] Staging: ks7010: eap_packet.h: fixed coding style issue
  2016-12-04 14:59 [PATCH 2/2] Staging: ks7010: eap_packet.h: fixed coding style issue Manoj Sawai
@ 2016-12-06  9:19 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-12-06  9:19 UTC (permalink / raw)
  To: Manoj Sawai; +Cc: devel, linux-kernel

On Sun, Dec 04, 2016 at 02:59:13PM +0000, Manoj Sawai wrote:
> Rearranged comments so that lines are less than 80 characters long
> 
> Signed-off-by: Manoj Sawai <mas@iitkgp.ac.in>
> ---
>  drivers/staging/ks7010/eap_packet.h | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)

Where is patch 1/2 for this series?

confused,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-06  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-04 14:59 [PATCH 2/2] Staging: ks7010: eap_packet.h: fixed coding style issue Manoj Sawai
2016-12-06  9:19 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).