[PATCH 0/4] wifi: mac80211_hwsim: code cleanup patches

Amol Dhamale posted 4 patches 3 months, 2 weeks ago
drivers/net/wireless/virtual/mac80211_hwsim.c | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
[PATCH 0/4] wifi: mac80211_hwsim: code cleanup patches
Posted by Amol Dhamale 3 months, 2 weeks ago
Fix all open checkpatch errors for the mac80211_hwsim module.
Patches can be applied in any sequence.

Amol Dhamale (4):
  wifi: mac80211_hwsim: remove explicit initialization of statics to
    false
  wifi: mac80211_hwsim: fix coding style issue by adding whitespaces
  wifi: mac80211_hwsim: add sufficient parantheses to complex macro
  wifi: mac80211_hwsim: use more restrictive permissions on debugfs
    files

 drivers/net/wireless/virtual/mac80211_hwsim.c | 24 +++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)

-- 
2.43.0
Re: [PATCH 0/4] wifi: mac80211_hwsim: code cleanup patches
Posted by Johannes Berg 3 months, 1 week ago
On Tue, 2025-10-21 at 20:50 +0000, Amol Dhamale wrote:
> Fix all open checkpatch errors for the mac80211_hwsim module.
> Patches can be applied in any sequence.
> 

Please go play with staing or something instead, there's no reason to do
random checkpatch cleanups on this.

johannes