staging: rtl8188eu: cleanup long line in rtw_hal_xmit()
authorMichael Straube <straube.linux@gmail.com>
Sat, 27 Oct 2018 20:28:50 +0000 (22:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 11:41:00 +0000 (12:41 +0100)
commitcb4e583db2a10d04f223205b9b7822877db2f861
tree686517cbde9dd522575e33545f2473a5671f87a5
parent8a6b6868eb07d75063b1f5e0b32fbbe6691f9f4e
staging: rtl8188eu: cleanup long line in rtw_hal_xmit()

Cleanup a line over 80 characters in rtw_hal_xmit() by using
if(x) instead of if(x == true). Also clears a missing spaces
around '|' checkpatch issue.

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