From: Tamara Diaconita Date: Thu, 9 Mar 2017 08:00:31 +0000 (+0200) Subject: staging: ks7010: eap_packet: Format comments to fit in line X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3ad900479523921323de8b751bb231b40027f884;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git staging: ks7010: eap_packet: Format comments to fit in line Split lines to have less than 80 characters. Fix the checkpatch.pl warning: WARNING: line over 80 characters. Signed-off-by: Tamara Diaconita Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/eap_packet.h b/drivers/staging/ks7010/eap_packet.h index df7f760e4110..7a3decf66f88 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 */ + 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 - * 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