Re: [PATCH v4 1/5] staging: rtl8723bs: move constant to right side of test in comparison
"Luka Gejak" <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu Apr 9, 2026 at 3:50 PM CEST, Prithvi Tambewagh wrote: > Move constant from the left side to the right side of the test in a > comparison, where ==, !=, <=, >=, <, > operators are used, fixing the > checkpatch warning: Comparisons should place the constant on the right > side of the test. > > Signed-off-by: Prithvi Tambewagh <[email protected]> > --- ... LGTM. Reviewed-by: Luka Gejak <[email protected]> Best regards, Luka Gejak