Re: [PATCH 1/3] staging: octeon: fix style issues in ethernet.c
Dan Carpenter <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,dev.linux.lists.linux-staging |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 21, 2026 at 01:12:53AM -0300, Tiago Panizio Gottardo wrote: > Fix several coding style issues in ethernet.c, including line wrapping, > continuation alignment and function declaration formatting. > > No functional changes intended. > > Signed-off-by: Tiago Panizio Gottardo <[email protected]> > --- 1. This patch does a bunch of things at once. Do, one thing per patch. 2. Some of things are weird. > static void cvm_oct_rx_refill_worker(struct work_struct *work) > { > struct octeon_ethernet_platform *plat = container_of(work, > - struct octeon_ethernet_platform, rx_refill_work.work); > + struct octeon_ethernet_platform, > + rx_refill_work.work); > /* regards, dan carpenter