]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: ena: Fix incorrect indentation
authorShay Agroskin <shayagr@amazon.com>
Thu, 12 Dec 2024 11:59:08 +0000 (13:59 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sun, 15 Dec 2024 21:46:46 +0000 (13:46 -0800)
The assignment was accidentally aligned to the string one line before.
This was raised by the kernel bot.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202412101739.umNl7yYu-lkp@intel.com/
Signed-off-by: David Arinzon <darinzon@amazon.com>
Signed-off-by: Shay Agroskin <shayagr@amazon.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241212115910.2485851-1-shayagr@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/amazon/ena/ena_netdev.c

index 63c8a2328142d6befed0ee3ed09032f2fe13313f..c1295dfad0d077e6b7ba9f0701c71888af70db93 100644 (file)
@@ -74,7 +74,7 @@ static void ena_tx_timeout(struct net_device *dev, unsigned int txqueue)
        if (threshold < time_since_last_napi && napi_scheduled) {
                netdev_err(dev,
                           "napi handler hasn't been called for a long time but is scheduled\n");
-                          reset_reason = ENA_REGS_RESET_SUSPECTED_POLL_STARVATION;
+               reset_reason = ENA_REGS_RESET_SUSPECTED_POLL_STARVATION;
        }
 schedule_reset:
        /* Change the state of the device to trigger reset