This patchset fixes several style warnings as reported by the checkpatch.pl script, in the rtl8192e staging driver. In patch 1/3, the changes have improved readability at the cost of crossing the 80 character limit, by a few characters. I believe the trade off is worth it however would love to hear your thoughts on it. Ojaswin Mujoo (3): staging: rtl8192e: Avoid multiple line dereference staging: rtl8192e: Add identifier name to function definition staging: rtl8192e: Fix whitespace around conditional statement drivers/staging/rtl8192e/rtl8192e/rtl_cam.c | 12 ++++-------- drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 ++-- drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 2 +- drivers/staging/rtl8192e/rtllib_rx.c | 3 +-- 4 files changed, 8 insertions(+), 13 deletions(-) -- 2.25.1