From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Felix Schlepper <f3sch.git@outlook.com>, gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
wjsota@gmail.com
Subject: Re: [PATCH v3 0/6] Staging: rtl8192e: rtllib_wx
Date: Sat, 2 Jul 2022 08:17:58 +0200 [thread overview]
Message-ID: <eeafc6b3-1a47-4729-a4b0-1c841586f6fd@gmail.com> (raw)
In-Reply-To: <cover.1656667089.git.f3sch.git@outlook.com>
On 7/1/22 11:24, Felix Schlepper wrote:
> This series addresses some issues raised by chechpatch.pl
> and some very minor refactoring.
>
> v2:
> - The first version, only addressed coding style issues.
> Now, I additionally refactored rtllib_modes and its uses, since
> there is no need to use string formatting.
> - Logically separated one assignement into two. So we dont have
> 'fixed' = 'disabled', which was silly.
>
> v3:
> - Fixed a checkpatch.pl warning, which was introduced with patch 1/6.
>
> Felix Schlepper (6):
> Staging: rtl8192e: Refactored rtllib_modes
> Staging: rtl8192e: Avoid multiple assignments
> Staging: rtl8192e: Remove unnecessary parentheses
> Staging: rtl8192e: Added braces around else
> Staging: rtl8192e: Remove unnecessary blank line
> Staging: rtl8192e: Added spaces around '+'
>
> drivers/staging/rtl8192e/rtllib_wx.c | 37 +++++++++++-----------------
> 1 file changed, 15 insertions(+), 22 deletions(-)
>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Sorry for sending one email for each patch. Next time I will just send
one mail for one patch series.
When compiling I saw that the driver is divided into more modules. So
the r8192e_pci.ko is not touched by this patch series.
kernel@matrix-ESPRIMO-P710:~/Documents/git/kernels/staging$ make -C .
M=drivers/staging/rtl8192e
make: Entering directory '/home/kernel/Documents/git/kernels/staging'
CC [M] drivers/staging/rtl8192e/rtllib_wx.o
LD [M] drivers/staging/rtl8192e/rtllib.o
MODPOST drivers/staging/rtl8192e/Module.symvers
CC [M] drivers/staging/rtl8192e/rtllib.mod.o
LD [M] drivers/staging/rtl8192e/rtllib.ko
make: Leaving directory '/home/kernel/Documents/git/kernels/staging'
kernel@matrix-ESPRIMO-P710:~/Documents/git/kernels/staging$ sudo insmod
drivers/staging/rtl8192e/rtllib.ko
kernel@matrix-ESPRIMO-P710:~/Documents/git/kernels/staging$ sudo insmod
drivers/staging/rtl8192e/rtl8192e/r8192e_pci.ko
prev parent reply other threads:[~2022-07-02 6:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-01 9:24 Felix Schlepper
2022-07-01 9:24 ` [PATCH v3 1/6] Staging: rtl8192e: Refactored rtllib_modes Felix Schlepper
2022-07-02 6:07 ` Philipp Hortmann
2022-07-01 9:24 ` [PATCH v3 2/6] Staging: rtl8192e: Avoid multiple assignments Felix Schlepper
2022-07-02 6:08 ` Philipp Hortmann
2022-07-01 9:24 ` [PATCH v3 3/6] Staging: rtl8192e: Remove unnecessary parentheses Felix Schlepper
2022-07-02 6:09 ` Philipp Hortmann
2022-07-01 9:24 ` [PATCH v3 4/6] Staging: rtl8192e: Added braces around else Felix Schlepper
2022-07-02 6:10 ` Philipp Hortmann
2022-07-01 9:24 ` [PATCH v3 5/6] Staging: rtl8192e: Remove unnecessary blank line Felix Schlepper
2022-07-02 6:11 ` Philipp Hortmann
2022-07-01 9:24 ` [PATCH v3 6/6] Staging: rtl8192e: Added spaces around '+' Felix Schlepper
2022-07-02 6:11 ` Philipp Hortmann
2022-07-02 6:17 ` Philipp Hortmann [this message]
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=eeafc6b3-1a47-4729-a4b0-1c841586f6fd@gmail.com \
--to=philipp.g.hortmann@gmail.com \
--cc=f3sch.git@outlook.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=wjsota@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
all inboxes | Powered by JetHome®