staging: rtl8192e: add spaces around binary operators
authorKhadija Kamran <kamrankhadijadj@gmail.com>
Fri, 24 Mar 2023 22:31:30 +0000 (03:31 +0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Mar 2023 08:51:43 +0000 (09:51 +0100)
commit2ac74cf1fc0508486d5fb7d88d24eae924eae6e9
tree866dac345bf5f4c704e57be4fb8d521c636b9641
parent6ca4e57aade709dd4d918c4d385330fcd0b08b11
staging: rtl8192e: add spaces around binary operators

Use spaces around binary operators as suggested by Linux kernel coding
style guidelines.
Issues reported by checkpatch.pl for the following binary operators:
+ , - , * , | , <<

Signed-off-by: Khadija Kamran <kamrankhadijadj@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/44a545cf8e99ebfdbfc3f5bb314f3828abe98558.1679696777.git.kamrankhadijadj@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_rx.c