linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jagath Jog J <jagathjog1996@gmail.com>
To: gregkh@linuxfoundation.org, fabioaiuto83@gmail.com,
	marcocesati@gmail.com
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
	jagathjog1996@gmail.com
Subject: [PATCH  0/4] Staging: rtl8723bs: Fix codestyle errors and warnings
Date: Wed, 12 Jan 2022 09:51:57 +0530	[thread overview]
Message-ID: <20220112042201.5056-1-jagathjog1996@gmail.com> (raw)

This series fix the following errors/warnings:

-Placing { braces at the end of same line of if condition
-Placing constants on the right side of test
-Removed extra spaces in declaration
-Placing necessary blank line after declaration

Jagath Jog J (4):
  Staging: rtl8723bs: Placing opening { braces in previous line
  Staging: rtl8723bs: Interchanging comparison expression operands
  Staging: rtl8723bs: Removed extra spaces between datatype and variable
  Staging: rtl8723bs: Inserting blank line after declaration

 drivers/staging/rtl8723bs/core/rtw_cmd.c      | 42 +++++++++----------
 drivers/staging/rtl8723bs/core/rtw_security.c |  2 +-
 drivers/staging/rtl8723bs/hal/hal_intf.c      | 15 ++++---
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 40 ++++++------------
 4 files changed, 44 insertions(+), 55 deletions(-)

-- 
2.17.1


             reply	other threads:[~2022-01-12  4:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-12  4:21 Jagath Jog J [this message]
2022-01-12  4:21 ` [PATCH 1/4] Staging: rtl8723bs: Placing opening { braces in previous line Jagath Jog J
2022-01-12  4:21 ` [PATCH 2/4] Staging: rtl8723bs: Interchanging comparison expression operands Jagath Jog J
2022-01-12  4:22 ` [PATCH 3/4] Staging: rtl8723bs: Removed extra spaces between datatype and variable Jagath Jog J
2022-01-12  4:22 ` [PATCH 4/4] Staging: rtl8723bs: Inserting blank line after declaration Jagath Jog J

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=20220112042201.5056-1-jagathjog1996@gmail.com \
    --to=jagathjog1996@gmail.com \
    --cc=fabioaiuto83@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=marcocesati@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;
as well as URLs for NNTP newsgroup(s).