[0/5] staging: rtl8192e: rtllib_tx: code cleanup patches on the rtllib_tx.c file

Message ID cover.1666612946.git.t4rmin@zohomail.com
Headers
Series staging: rtl8192e: rtllib_tx: code cleanup patches on the rtllib_tx.c file |

Message

Aaron Lawrence Oct. 24, 2022, 12:25 p.m. UTC
  Multiple patches regarding the cleanup of code in the rtllib_tx.c file.
Fixes were applied according to the report generated by the checkpatch 
script on said file, aside from the CamelCase issues.

Aaron Lawrence (5):
  Staging: rtl8192e: rtllib_tx: fixed multiple blank lines
  Staging: rtl8192e: rtllib_tx: fixed alignment matching open
    parenthesis
  Staging: rtl8192e: rtllib_tx: added spaces around operators
  Staging: rtl8192e: rtllib_tx: fixed lines ending with an open
    parenthesis
  Staging: rtl8192e: rtllib_tx: removed unnecessary blank line before a
    close brace

 drivers/staging/rtl8192e/rtllib_tx.c | 42 ++++++++++++----------------
 1 file changed, 18 insertions(+), 24 deletions(-)
  

Comments

Philipp Hortmann Oct. 25, 2022, 5:21 p.m. UTC | #1
On 10/24/22 14:25, Aaron Lawrence wrote:
> Multiple patches regarding the cleanup of code in the rtllib_tx.c file.
> Fixes were applied according to the report generated by the checkpatch
> script on said file, aside from the CamelCase issues.
> 
> Aaron Lawrence (5):
>    Staging: rtl8192e: rtllib_tx: fixed multiple blank lines
>    Staging: rtl8192e: rtllib_tx: fixed alignment matching open
>      parenthesis
>    Staging: rtl8192e: rtllib_tx: added spaces around operators
>    Staging: rtl8192e: rtllib_tx: fixed lines ending with an open
>      parenthesis
>    Staging: rtl8192e: rtllib_tx: removed unnecessary blank line before a
>      close brace
> 
>   drivers/staging/rtl8192e/rtllib_tx.c | 42 ++++++++++++----------------
>   1 file changed, 18 insertions(+), 24 deletions(-)
> 

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>