This patch series fixes various checkpatch.pl issues: removes unnecessary parentheses, removes multiple blank lines, aligns multiple line function calls to open paranthesis, and adds a blank line after function declaration. Anjandev Momi (4): Staging: rtl8192e: remove unnecessary parentheses Staging: rtl8192e: remove multiple blank lines Staging: rtl8192e: make alignment match open parenthesis Staging: rtl8192e: add blank line after function declaration --- v2: add one patch for each style fix v3: list below the --- line any changes from the previous version drivers/staging/rtl8192e/rtl819x_BAProc.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) -- 2.36.2