]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net/mlx4_core: Fix several coding style errors
authorErez Alfasi <ereza@mellanox.com>
Sun, 2 Dec 2018 15:40:26 +0000 (17:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Dec 2018 00:34:32 +0000 (16:34 -0800)
commit92a59ad040e339da838c0a9fc681bbae619a39e3
treed4e0f99f43fa0fbb0031788e3928527f0c412de1
parent95aac2cdafd8c8298c9b2589c52f44db0d824e0e
net/mlx4_core: Fix several coding style errors

Fix 3 checkpatch errors within mlx4/main.c:
- Unnecessary mlx4_debug_level global variable initialization to 0.
- Prohibited space before comma.
- Whitespaces instead of tab.

Signed-off-by: Erez Alfasi <ereza@mellanox.com>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/main.c