public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Huang <tehsiu.huang@gmail.com>
To: gregkh@linuxfoundation.org
Cc: dan.carpenter@linaro.org, straube.linux@gmail.com,
	hansg@kernel.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org,
	Michael Huang <tehsiu.huang@gmail.com>
Subject: [PATCH v2 0/2] staging: rtl8723bs: fix coding style and logic in rtw_mlme.c
Date: Fri, 23 Jan 2026 01:57:31 -0800	[thread overview]
Message-ID: <20260123095733.49301-1-tehsiu.huang@gmail.com> (raw)
In-Reply-To: <aXM34ZGQ4Q2dsRxk@stanley.mountain>

This patch series fixes several checkpatch.pl issues in rtw_mlme.c.
The previous single patch has been split into a series of two patches 
to separate pure style cleanups from structural refactoring. 

A logic regression in _rtw_join_timeout_handler() from the first 
version has also been corrected.

Changes in v2:
- Split the original patch into two separate commits.
- Restored the call to rtw_indicate_disconnect() which was accidentally 
  removed in the first version.
- Improved commit descriptions for both patches.

Michael Huang (2):
  staging: rtl8723bs: remove unnecessary boolean comparisons and
    whitespaces
  staging: rtl8723bs: remove redundant else after break

 drivers/staging/rtl8723bs/core/rtw_mlme.c | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

-- 
2.43.0


  reply	other threads:[~2026-01-23  9:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-23  0:32 [PATCH] staging: rtl8723bs: fix coding style issues in rtw_mlme.c Michael Huang
2026-01-23  8:57 ` Dan Carpenter
2026-01-23  9:57   ` Michael Huang [this message]
2026-01-23  9:57     ` [PATCH v2 1/2] staging: rtl8723bs: remove unnecessary boolean comparisons and whitespaces Michael Huang
2026-01-27 14:42       ` Greg KH
2026-01-23  9:57     ` [PATCH v2 2/2] staging: rtl8723bs: remove redundant else after break Michael Huang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260123095733.49301-1-tehsiu.huang@gmail.com \
    --to=tehsiu.huang@gmail.com \
    --cc=dan.carpenter@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hansg@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=straube.linux@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox