Skip to content

Commit

Permalink
linux/ena: Cosmetic change
Browse files Browse the repository at this point in the history
Replace space usage with tabs in __ena_shutoff().

Signed-off-by: Osama Abboud <[email protected]>
  • Loading branch information
Osama Abboud committed Sep 5, 2023
1 parent b153e59 commit ac09615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/linux/ena/ena_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -4882,8 +4882,8 @@ static void __ena_shutoff(struct pci_dev *pdev, bool shutdown)
ena_devlink_unregister(devlink);
ena_devlink_free(devlink);

ena_dev = adapter->ena_dev;
netdev = adapter->netdev;
ena_dev = adapter->ena_dev;
netdev = adapter->netdev;

#ifdef CONFIG_RFS_ACCEL
if ((adapter->msix_vecs >= 1) && (netdev->rx_cpu_rmap)) {
Expand Down

0 comments on commit ac09615

Please sign in to comment.