Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b45ba65 authored by Tobin C. Harding's avatar Tobin C. Harding Committed by Greg Kroah-Hartman
Browse files

staging: ks7010: reduce length of comment string



Comment string is unnecessarily verbose. Checkpatch emits WARNING:
line over 80 characters.

Reduce comment string without loss of meaning.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6e37c715
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -368,7 +368,7 @@ int hostif_data_indication_wpa(struct ks_wlan_private *priv,
				mic_failure->failure = 2;
				mic_failure->failure = 2;
				mic_failure->counter =
				mic_failure->counter =
					(uint16_t)((now - mic_failure->last_failure_time) / HZ);
					(uint16_t)((now - mic_failure->last_failure_time) / HZ);
				if (!mic_failure->counter)	/* mic_failure counter value range 1-60 */
				if (!mic_failure->counter)	/*  range 1-60 */
					mic_failure->counter = 1;
					mic_failure->counter = 1;
			}
			}
			priv->wpa.mic_failure.last_failure_time = now;
			priv->wpa.mic_failure.last_failure_time = now;