Re: [PATCH net 3/4] eth: bnxt: decrease indent in bnxt_request_irq()
Breno Leitao <[email protected]>
| Newsgroups | org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 03, 2026 at 12:31:34PM -0700, Jakub Kicinski wrote: > bnxt_request_irq() has unnecessary level of indentation. > Use continue instead. No need to re-fetch NUMA node for > each IRQ, move to the function level. > > No functional changes. The transformation looks equivalent to me. > Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: Breno Leitao <[email protected]>