From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] staging: rtl8192e: Coding Syle of rtl_core.c improved
Date: Wed, 24 Aug 2022 22:14:28 +0200 [thread overview]
Message-ID: <cover.1661370978.git.philipp.g.hortmann@gmail.com> (raw)
Following Checkpatch errors are improved:
- blank lines
- CamelCase of TxCheckStuckHandler and RxCheckStuckHandler
- "Unnecessary ftrace-like logging"
- CamelCase of PHY_SetRFPowerState
Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e
Philipp Hortmann (4):
staging: rtl8192e: Remove blank lines in rtl_core.c
staging: rtl8192e: Rename Tx... and RxCheckStuckHandler
staging: rtl8192e: Remove Unnecessary ftrace-like logging
staging: rtl8192e: Remove PHY_SetRFPowerState and rename StateToSet
.../staging/rtl8192e/rtl8192e/r8192E_phy.h | 1 -
drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 166 ++----------------
drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 6 +-
3 files changed, 18 insertions(+), 155 deletions(-)
--
2.37.2
next reply other threads:[~2022-08-24 20:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 20:14 Philipp Hortmann [this message]
2022-08-24 20:14 ` [PATCH 1/4] staging: rtl8192e: Remove blank lines in rtl_core.c Philipp Hortmann
2022-08-24 20:14 ` [PATCH 2/4] staging: rtl8192e: Rename Tx... and RxCheckStuckHandler Philipp Hortmann
2022-08-24 20:14 ` [PATCH 3/4] staging: rtl8192e: Remove Unnecessary ftrace-like logging Philipp Hortmann
2022-08-24 20:14 ` [PATCH 4/4] staging: rtl8192e: Remove PHY_SetRFPowerState and rename StateToSet Philipp Hortmann
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=cover.1661370978.git.philipp.g.hortmann@gmail.com \
--to=philipp.g.hortmann@gmail.com \
--cc=gregkh@linuxfoundation.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.