net/mlx5e: Avoid using multiple blank lines
To fix these checkpatch complaints: CHECK: Please don't use multiple blank lines Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:
parent
61bf212565
commit
12148f5ab0
|
@ -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) {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue