]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: remove unncessary asignment to cleanup long line
authorMichael Straube <straube.linux@gmail.com>
Mon, 28 Jan 2019 09:51:35 +0000 (10:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jan 2019 14:40:58 +0000 (15:40 +0100)
commitac69ee311255d4ee70ff8485257d53918381bf87
tree4272830ec07d4b1ddacc1aefe6286fd2c6364af0
parentfbc51369d0fc926b9942759efa40f8761f05f7fc
staging: rtl8188eu: remove unncessary asignment to cleanup long line

Instead of first asign 'wrqu.data.length = p - buff' use 'p - buff'
directly in min_t() in the subsequent asignment. Clears a line over
80 characters checkpatch warning.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/mlme_linux.c