[0/6] staging: rtl8192e: rtllib_crypt_tkip: code cleanup on rtllib_crypt_tkip.c

Message ID cover.1666787061.git.t4rmin@zohomail.com
Headers
Series staging: rtl8192e: rtllib_crypt_tkip: code cleanup on rtllib_crypt_tkip.c |

Message

Aaron Lawrence Oct. 26, 2022, 12:38 p.m. UTC
  Multiple patches regarding the cleanup of code in rtllib_crypt_tkip.c.
Fixes were applied according to the reports generated by running the
checkpatch script on said file with minor manual adjustments by personal
judgement with handling the comments on the multiple assignments issue.

Aaron Lawrence (6):
  staging: rtl8192e: rtllib_crypt_tkip: multiple blank lines removal
  staging: rtl8192e: rtllib_crypt_tkip: blank line before close brace
    removal
  staging: rtl8192e: rtllib_crypt_tkip: fixed alignment matching open
    parentheses
  staging: rtl8192e: rtllib_crypt_tkip: fixes on unbalanced braces
  staging: rtl8192e: rtllib_crypt_tkip: split multiple assignments
  staging: rtl8192e: rtllib_crypt_tkip: rewritten comparison to NULL

 drivers/staging/rtl8192e/rtllib_crypt_tkip.c | 52 ++++++--------------
 1 file changed, 16 insertions(+), 36 deletions(-)
  

Comments

Philipp Hortmann Oct. 26, 2022, 8:23 p.m. UTC | #1
On 10/26/22 14:38, Aaron Lawrence wrote:
> Multiple patches regarding the cleanup of code in rtllib_crypt_tkip.c.
> Fixes were applied according to the reports generated by running the
> checkpatch script on said file with minor manual adjustments by personal
> judgement with handling the comments on the multiple assignments issue.
> 
> Aaron Lawrence (6):
>    staging: rtl8192e: rtllib_crypt_tkip: multiple blank lines removal
>    staging: rtl8192e: rtllib_crypt_tkip: blank line before close brace
>      removal
>    staging: rtl8192e: rtllib_crypt_tkip: fixed alignment matching open
>      parentheses
>    staging: rtl8192e: rtllib_crypt_tkip: fixes on unbalanced braces
>    staging: rtl8192e: rtllib_crypt_tkip: split multiple assignments
>    staging: rtl8192e: rtllib_crypt_tkip: rewritten comparison to NULL
> 
>   drivers/staging/rtl8192e/rtllib_crypt_tkip.c | 52 ++++++--------------
>   1 file changed, 16 insertions(+), 36 deletions(-)
> 

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