Re: [PATCH v6 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping
Andy Shevchenko <[email protected]> Tue, 8 Apr 2025 10:20:55 +0300
| Newsgroups | dev.linux.lists.outreachy,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAHp75VcCdS30LHPMwk3HO1o6db_0p+LDQoASx-7oCVw__MpMdw@mail.gmail.com> |
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? > - 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