Re: [PATCH] staging: bcm2835-camera: Modify function call formatting
Samuel Abraham <[email protected]>
| Newsgroups | dev.linux.lists.outreachy,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CADYq+fboc+_cncOdrBh-2sDNSz9YAFvTqREmV+mmKOHy5QV5gA@mail.gmail.com> |
On Sat, Mar 22, 2025 at 3:11 PM Julia Lawall <[email protected]> wrote: > > > > On Sat, 22 Mar 2025, Abraham Samuel Adekunle wrote: > > > The line is a function call which ends with an opening parenthesis > > thereby not adhering to the Linux kernel coding style. > > > > Modify the function call to include parameters on the same line as > > the opening parenthesis to improve readability and consistency while > > adhering to Linux coding styles. > > > > Reported by checkpatch: > > > > CHECK: Lines should not end with '(' > > Please check the get_maintainer script (see tutorial). It looks like > there are some other people who should receive patches on this driver. > > julia > Thank you very much for your review. Please just to be sure, do I include the emails of the people I initially sent the patch to or I should only send the patch again to the other people I did not include initially? Adekunle.