]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: ena: Reduce lines with longer column width boundary
authorDavid Arinzon <darinzon@amazon.com>
Tue, 30 Jan 2024 09:53:53 +0000 (09:53 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jun 2024 11:39:52 +0000 (13:39 +0200)
commit477c137131ecd46215eac4c74934d0af272a38bf
tree30b18e6a2e0e7c30c7012bdbb8d7ed0dc0acc9fb
parenta087d4b502ff27bfccdce9d37f6d1902f183b96c
net: ena: Reduce lines with longer column width boundary

[ Upstream commit 50613650c3d6255cef13a129ccaa919ca73a6743 ]

This patch reduces some of the lines by removing newlines
where more variables or print strings can be pushed back
to the previous line while still adhering to the styling
guidelines.

Signed-off-by: David Arinzon <darinzon@amazon.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Stable-dep-of: 2dc8b1e7177d ("net: ena: Fix redundant device NUMA node override")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/amazon/ena/ena_com.c
drivers/net/ethernet/amazon/ena/ena_eth_com.c
drivers/net/ethernet/amazon/ena/ena_eth_com.h
drivers/net/ethernet/amazon/ena/ena_netdev.c