diff options
author | Casey Leedom <leedom@chelsio.com> | 2010-11-11 10:30:40 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-15 18:17:36 +0100 |
commit | caedda35c6dba5a283e5d87e77a8d19ee4be3183 (patch) | |
tree | a092408058021a44ca8bf4b5a9547a84dd2d562b /drivers/net/cxgb4vf/adapter.h | |
parent | ipv4: Fix build with multicast disabled. (diff) | |
download | linux-caedda35c6dba5a283e5d87e77a8d19ee4be3183.tar.xz linux-caedda35c6dba5a283e5d87e77a8d19ee4be3183.zip |
cxgb4vf: minor comment/symbolic name cleanup.
Minor cleanup of comments and symbolic constant names for clarity.
Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb4vf/adapter.h')
-rw-r--r-- | drivers/net/cxgb4vf/adapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb4vf/adapter.h b/drivers/net/cxgb4vf/adapter.h index 8ea01962e045..4766b4116b41 100644 --- a/drivers/net/cxgb4vf/adapter.h +++ b/drivers/net/cxgb4vf/adapter.h @@ -60,7 +60,7 @@ enum { * MSI-X interrupt index usage. */ MSIX_FW = 0, /* MSI-X index for firmware Q */ - MSIX_NIQFLINT = 1, /* MSI-X index base for Ingress Qs */ + MSIX_IQFLINT = 1, /* MSI-X index base for Ingress Qs */ MSIX_EXTRAS = 1, MSIX_ENTRIES = MAX_ETH_QSETS + MSIX_EXTRAS, |