Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12148f5a authored by Or Gerlitz's avatar Or Gerlitz Committed by Saeed Mahameed
Browse files

net/mlx5e: Avoid using multiple blank lines



To fix these checkpatch complaints:

CHECK: Please don't use multiple blank lines

Signed-off-by: default avatarOr Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
parent 61bf2125
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -802,7 +802,6 @@ static void cmd_work_handler(struct work_struct *work)
	bool poll_cmd = ent->polling;
	int alloc_ret;


	sem = ent->page_queue ? &cmd->pages_sem : &cmd->sem;
	down(sem);
	if (!ent->page_queue) {
+0 −1
Original line number Diff line number Diff line
@@ -836,7 +836,6 @@ static int mlx5_core_set_issi(struct mlx5_core_dev *dev)
	return -EOPNOTSUPP;
}


static int mlx5_pci_init(struct mlx5_core_dev *dev, struct mlx5_priv *priv)
{
	struct pci_dev *pdev = dev->pdev;