linux/drivers/net/ethernet/mellanox/mlx5/core
Or Gerlitz 353f59f4d4 net/mlx5: Fix wrong indentation in enable SRIOV code
Smatch is screaming:

drivers/net/ethernet/mellanox/mlx5/core/sriov.c:112
	mlx5_device_enable_sriov() warn: inconsistent indenting

fix that.

Fixes: 7ecf6d8ff1 ('IB/mlx5: Restore IB guid/policy for virtual functions')
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
2017-09-28 07:23:10 +03:00
..
accel net/mlx5: Add Makefiles for subdirectories 2017-07-06 15:13:20 +03:00
diag net/mlx5: Fix static checker warning on steering tracepoints code 2017-09-28 07:23:10 +03:00
en_accel net/mlx5: IPSec, fix 64-bit division correctly 2017-07-10 19:34:00 +01:00
fpga net/mlx5: Fix FPGA capability location 2017-09-28 07:23:09 +03:00
ipoib net/mlx5e: IPoIB, Fix access to invalid memory address 2017-09-28 07:23:09 +03:00
lib net/mlx5: Separate between E-Switch and MPFS 2017-08-07 10:47:06 +03:00
alloc.c net/mlx5: Add a blank line after declarations 2017-08-20 12:57:19 +03:00
cmd.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2017-09-06 14:45:08 -07:00
cq.c
debugfs.c net/mlx5: Avoid using multiple blank lines 2017-06-16 00:12:40 +03:00
dev.c net/mlx5: Delay events till ib registration ends 2017-08-07 10:47:07 +03:00
en_arfs.c net/mlx5e: Use function to map aRFS into traffic type 2017-06-16 00:12:41 +03:00
en_clock.c net/mlx5e: Schedule overflow check work to mlx5e workqueue 2017-07-27 16:40:17 +03:00
en_common.c net/mlx5: Avoid using multiple blank lines 2017-06-16 00:12:40 +03:00
en_dcbnl.c net/mlx5e: Fix DCB_CAP_ATTR_DCBX capability for DCBNL getcap. 2017-08-30 21:20:42 +03:00
en_ethtool.c net/mlx5e: Distribute RSS table among all RX rings 2017-09-03 06:34:09 +03:00
en_fs_ethtool.c net/mlx5: Fix mlx5_add_flow_rules call with correct num of dests 2017-07-27 16:40:17 +03:00
en_fs.c net/mlx5e: Don't add/remove 802.1ad rules when changing 802.1Q VLAN filter 2017-09-28 07:23:10 +03:00
en_main.c net/mlx5e: Fix calculated checksum offloads counters 2017-09-28 07:23:10 +03:00
en_rep.c net/mlx5e: make mlx5e_profile const 2017-08-24 12:33:31 -07:00
en_rep.h net/mlx5: Add CONFIG_MLX5_ESWITCH Kconfig 2017-08-07 10:47:06 +03:00
en_rx_am.c net/mlx5e: Fix wrong indications in DIM due to counter wraparound 2017-06-11 13:10:36 +03:00
en_rx.c net/mlx5e: Fix calculated checksum offloads counters 2017-09-28 07:23:10 +03:00
en_selftest.c net/mlx5e: Enable local loopback in loopback selftest 2017-07-24 10:29:18 -04:00
en_stats.h net/mlx5e: Fix calculated checksum offloads counters 2017-09-28 07:23:10 +03:00
en_tc.c net/mlx5e: Check encap entry state when offloading tunneled flows 2017-09-28 07:23:10 +03:00
en_tc.h mlx5-shared-2017-08-07 2017-08-07 10:42:09 -07:00
en_tx.c net/mlx5e: Fix calculated checksum offloads counters 2017-09-28 07:23:10 +03:00
en_txrx.c net/mlx5e: Stop NAPI when irq balancer changes affinity 2017-09-03 06:34:09 +03:00
en.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2017-09-06 14:45:08 -07:00
eq.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2017-09-06 14:45:08 -07:00
eswitch_offloads.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-09-01 17:42:05 -07:00
eswitch.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2017-09-06 14:45:08 -07:00
eswitch.h net/mlx5: Add CONFIG_MLX5_ESWITCH Kconfig 2017-08-07 10:47:06 +03:00
fs_cmd.c net/mlx5: Check device capability for maximum flow counters 2017-09-28 07:23:09 +03:00
fs_cmd.h net/mlx5: Increase the maximum flow counters supported 2017-08-07 10:47:07 +03:00
fs_core.c net/mlx5e: Support RSS for GRE tunneled packets 2017-08-31 01:54:15 +03:00
fs_core.h net/mlx5: Check device capability for maximum flow counters 2017-09-28 07:23:09 +03:00
fs_counters.c net/mlx5: Increase the maximum flow counters supported 2017-08-07 10:47:07 +03:00
fw.c net/mlx5: Report enhanced capabilities for IPoIB 2017-07-24 10:40:46 -04:00
health.c mlx5: convert to generic pci_alloc_irq_vectors 2017-08-08 14:53:05 -04:00
Kconfig net/mlx5: Add CONFIG_MLX5_ESWITCH Kconfig 2017-08-07 10:47:06 +03:00
lag.c net/mlx5: Consider tx_enabled in all modes on remap 2017-07-27 16:40:16 +03:00
mad.c
main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2017-09-06 14:45:08 -07:00
Makefile net/mlx5: Add tracepoints 2017-08-24 16:02:58 +03:00
mcg.c
mlx5_core.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2017-09-06 14:45:08 -07:00
mr.c
pagealloc.c net/mlx5: Avoid using multiple blank lines 2017-06-16 00:12:40 +03:00
pd.c
port.c {net, IB}/mlx5: Replace mlx5_vzalloc with kvzalloc 2017-05-14 13:53:18 +03:00
qp.c net/mlx5: Introduce set delay drop command 2017-07-24 10:34:28 -04:00
rl.c
sriov.c net/mlx5: Fix wrong indentation in enable SRIOV code 2017-09-28 07:23:10 +03:00
srq.c Updates for 4.14 kernel merge window 2017-09-03 17:49:17 -07:00
transobj.c {net, IB}/mlx5: Replace mlx5_vzalloc with kvzalloc 2017-05-14 13:53:18 +03:00
uar.c net/mlx5: Fix UAR memory leak 2017-04-22 21:52:37 +03:00
vport.c net/mlx5: Add raw ethernet local loopback firmware command 2017-07-24 10:26:16 -04:00
vxlan.c
vxlan.h
wq.c net/mlx5: Add QP WQ support 2017-06-27 16:36:47 +03:00
wq.h net/mlx5: Add QP WQ support 2017-06-27 16:36:47 +03:00