linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Philippe Dixon <philippesdixon@gmail.com>
To: hdegoede@redhat.com, Larry.Finger@lwfinger.net
Cc: Philippe Dixon <philippesdixon@gmail.com>,
	gregkh@linuxfoundation.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org
Subject: [PATCH 3/3] staging: rtl8723bs: core: remove whitespace from beginning of line
Date: Thu, 10 Jun 2021 08:51:17 -0700	[thread overview]
Message-ID: <4fa641ac2f1fc1b1952c0f3265723289ef711ee9.1623339773.git.philippesdixon@gmail.com> (raw)
In-Reply-To: <cover.1623339773.git.philippesdixon@gmail.com>

This patch fixes the following checkpatch.pl warning:

WARNING: please, no spaces at the start of a line

Signed-off-by: Philippe Dixon <philippesdixon@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_cmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c b/drivers/staging/rtl8723bs/core/rtw_cmd.c
index 347c043f5305..04956ccf485c 100644
--- a/drivers/staging/rtl8723bs/core/rtw_cmd.c
+++ b/drivers/staging/rtl8723bs/core/rtw_cmd.c
@@ -1339,7 +1339,7 @@ u8 traffic_status_watchdog(struct adapter *padapter, u8 from_timer)
 static void dynamic_chk_wk_hdl(struct adapter *padapter)
 {
 	struct mlme_priv *pmlmepriv;
-    
+
 	pmlmepriv = &(padapter->mlmepriv);
 
 	if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true)
-- 
2.25.1


  parent reply	other threads:[~2021-06-10 15:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 15:51 [PATCH 0/3] Fix various checkpatch.pl warnings Philippe Dixon
2021-06-10 15:51 ` [PATCH 1/3] staging: rtl8723bs: core: add blank line after variable declaration Philippe Dixon
2021-06-10 15:51 ` [PATCH 2/3] staging: rtl8723bs: core: add * to each line of block comment Philippe Dixon
2021-06-10 15:51 ` Philippe Dixon [this message]
2021-06-10 16:24 ` [PATCH 0/3] Fix various checkpatch.pl warnings Greg KH

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=4fa641ac2f1fc1b1952c0f3265723289ef711ee9.1623339773.git.philippesdixon@gmail.com \
    --to=philippesdixon@gmail.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    /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;
as well as URLs for NNTP newsgroup(s).