Re: [PATCH v6 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping

Samuel Abraham <[email protected]> Tue, 8 Apr 2025 10:28:36 +0100
Newsgroups dev.linux.lists.outreachy,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel
Message-ID <CADYq+fYeXCUgXqWu_97gvUBOvTG+H4Q76TSX2M1s5jV7EWcuyA@mail.gmail.com>
On Tue, Apr 8, 2025 at 8:21 AM Andy Shevchenko
<[email protected]> wrote:
>
> On Tue, Apr 8, 2025 at 12:54 AM Abraham Samuel Adekunle
> <[email protected]> wrote:
> >
> > Tha patchset adds spaces around binary operators and also
> > 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.
>
> ...
>
> > Changes in v5:
>
> This is v6. Are there any changes in comparison to v5?

I added a cover letter and named it v6 to show it's a continuation
from v5 and to show I added a
new patch for spaces.
I was not sure where would be best to add the change log so I put it
in the cover letter.
But as it concerns the patch for the % operation, there is no change
between v5 and v6

Thanks

Adekunle.