staging: rtl8188eu: clean up whitespace in wpa_set_encryption()
authorMichael Straube <straube.linux@gmail.com>
Sat, 5 Sep 2020 11:53:58 +0000 (13:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Sep 2020 08:49:50 +0000 (10:49 +0200)
commit120baa45b558c63c4bb25f65adca26c566638860
tree4407efed0ad6861ebc1e974298077b0227c49927
parent9dc0e03de9a5c57f2ac2aa92fe774f2ca6f96984
staging: rtl8188eu: clean up whitespace in wpa_set_encryption()

Clean up unnecessary whitespace in wpa_set_encryption() by removing
extra spaces and replacing tabs with spaces. Clears a checkpatch error.

ERROR: space prohibited before that close parenthesis ')'

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200905115358.10278-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c