]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: wilc1000: fix line over 80 chars in wilc_wlan_txq_filter_dup_tcp_ack()
authorAjay Singh <ajay.kathat@microchip.com>
Fri, 16 Feb 2018 15:11:48 +0000 (20:41 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 16:31:22 +0000 (17:31 +0100)
commit552699bcabdd1effe8b5d64d557556928bf6b83a
tree2d58ac9b2c7bbf653be5f43c55c099a51a8aa7aa
parent4998ec33ccec7b71757a587a129da6ea543c0f21
staging: wilc1000: fix line over 80 chars in wilc_wlan_txq_filter_dup_tcp_ack()

Fix "line over 80 characters" issue reported by checkpatch.pl.
Use temporary variable to avoid checkpatch.pl issue.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c