Re: [PATCH v2] staging: rtl8723bs: remove braces around single statements
Samuel Abraham <[email protected]>
| Newsgroups | dev.linux.lists.outreachy |
|---|---|
| Message-ID | <CADYq+fbdMogrV6OH+tykLzxPgCa14uQjpr8EwrW2zL0rhyTi+Q@mail.gmail.com> |
On Wed, Mar 26, 2025 at 11:06 AM Julia Lawall <[email protected]> wrote: > > > > On Wed, 26 Mar 2025, Abraham Samuel Adekunle wrote: > > > The code contains braces around single statements in the if blocks > > which are unnecessary according to the Linux kernel coding style. > > > > Remove the braces to improve readability and maintain consistency. > > > > Reported by checkpatch: > > > > WARNING: braces {} are not necessary for single statement blocks > > > Are there no other email addresses that shoudl receive this patch? > > julia > Yes I mistakenly omitted the Outreachy mailing list in the first v2 patch I sent. I will update and add all recipients in a patch v3. Thank you Adekunle