Re: [PATCH 1/3] staging: octeon: fix style issues in ethernet.c
From: Dan Carpenter
Date: Fri Aug 21 2026 - 02:58:30 EST
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 <tiago.panizio@xxxxxxxxxxx>
> ---
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