From: Andy Shevchenko <andy@kernel.org>
To: Abraham Samuel Adekunle <abrahamadekunle50@gmail.com>
Cc: outreachy@lists.linux.dev, julia.lawall@inria.fr,
gregkh@linuxfoundation.org, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org, david.laight.linux@gmail.com,
dan.carpenter@linaro.org
Subject: Re: [PATCH v8 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping
Date: Tue, 8 Apr 2025 22:41:07 +0300 [thread overview]
Message-ID: <Z_V70-9Bk-aZ914y@smile.fi.intel.com> (raw)
In-Reply-To: <cover.1744126058.git.abrahamadekunle50@gmail.com>
On Tue, Apr 08, 2025 at 03:41:55PM +0000, Abraham Samuel Adekunle wrote:
> The patchset adds spaces around binary operators, breaks long lines to enhance readability
> and provides clarity on sequence number wrapping by using a modulo operation % 4096u, in
> place of the bitwise AND(&) operation & 0xfff.
> The patches are required to be applied in sequence.
You missed my tags I gave in a previous review round.
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2025-04-08 19:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-08 15:41 [PATCH v8 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping Abraham Samuel Adekunle
2025-04-08 15:41 ` [PATCH v8 1/2] staging: rtl8723bs: Add spaces and line breaks to improve readability Abraham Samuel Adekunle
2025-04-08 15:41 ` [PATCH v8 2/2] staging: rtl8723bs: Use % 4096 instead of & 0xfff Abraham Samuel Adekunle
2025-04-08 19:41 ` Andy Shevchenko [this message]
2025-04-08 21:04 ` [PATCH v8 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping Samuel Abraham
2025-04-09 2:11 ` Julia Lawall
2025-04-09 8:53 ` Samuel Abraham
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=Z_V70-9Bk-aZ914y@smile.fi.intel.com \
--to=andy@kernel.org \
--cc=abrahamadekunle50@gmail.com \
--cc=dan.carpenter@linaro.org \
--cc=david.laight.linux@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=julia.lawall@inria.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=outreachy@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.