Re: [PATCH v6 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping
From: Andy Shevchenko
Date: Tue Apr 08 2025 - 03:25:20 EST
On Tue, Apr 8, 2025 at 12:54 AM Abraham Samuel Adekunle
<abrahamadekunle50@xxxxxxxxx> 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?
> - Converted the patch with the subject "Use % 4096 instead of & 0xfff"
> patch to a patchset.
> - Added a patch to add spaces around binary operator.
--
With Best Regards,
Andy Shevchenko