lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 23 Oct 2021 13:05:46 +0530 From: Kushal Kothari <kushalkothari285@...il.com> To: gregkh@...uxfoundation.org Cc: kushalkothari285@...il.com, kush19992810@...il.com, outreachy-kernel@...glegroups.com, fabioaiuto83@...il.com, ross.schm.dev@...il.com, fmdefrancesco@...il.com, marcocesati@...il.com, straube.linux@...il.com, philippesdixon@...il.com, manuelpalenzuelamerino@...il.com, linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org, mike.rapoport@...il.com, kushalkotharitest@...glegroups.com Subject: [PATCH v4 0/4] staging: rtl8723bs: core: Cleanup patchset for style issues in rtw_cmd.c These patches make changes to clean up style issues identified by checkpatch. Kushal Kothari (4): staging: rtl8723bs: core: Remove true and false comparison staging: rtl8723bs: core: Remove unnecessary parentheses staging: rtl8723bs: core: Remove unnecessary space after a cast staging: rtl8723bs: core: Remove unnecessary blank lines drivers/staging/rtl8723bs/core/rtw_cmd.c | 94 +++++++++--------------- 1 file changed, 34 insertions(+), 60 deletions(-) -- 2.25.1 Changes in v4: move version notes below the cutoff Changes in v3: Enclose the version number inside the square bracket in the subject. Changes in v2: [PATCH 1/4]: Moved unnecessary parentheses change in PATCH 2/4 [PATCH 2/4]: Added the extra parentheses change from PATCH 1/4 here. [PATCH 3/4]: No Changes [PATCH 4/4]: Fix whitespace error.
Powered by blists - more mailing lists