netxen, phy/marvell, skge: minor checkpatch fixes
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
f6f4bfa356
commit
f0c88f9c45
4 changed files with 4 additions and 6 deletions
|
@ -1144,9 +1144,8 @@ u32 netxen_process_rcv_ring(struct netxen_adapter *adapter, int ctxid, int max)
|
||||||
consumer = (consumer + 1) & (adapter->max_rx_desc_count - 1);
|
consumer = (consumer + 1) & (adapter->max_rx_desc_count - 1);
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
for (ring = 0; ring < NUM_RCV_DESC_RINGS; ring++) {
|
for (ring = 0; ring < NUM_RCV_DESC_RINGS; ring++)
|
||||||
netxen_post_rx_buffers_nodb(adapter, ctxid, ring);
|
netxen_post_rx_buffers_nodb(adapter, ctxid, ring);
|
||||||
}
|
|
||||||
|
|
||||||
/* update the consumer index in phantom */
|
/* update the consumer index in phantom */
|
||||||
if (count) {
|
if (count) {
|
||||||
|
|
|
@ -166,9 +166,8 @@ static void netxen_nic_disable_int(struct netxen_adapter *adapter)
|
||||||
int port = adapter->portnum;
|
int port = adapter->portnum;
|
||||||
int pci_fn = adapter->ahw.pci_func;
|
int pci_fn = adapter->ahw.pci_func;
|
||||||
|
|
||||||
if (adapter->msi_mode != MSI_MODE_MULTIFUNC) {
|
if (adapter->msi_mode != MSI_MODE_MULTIFUNC)
|
||||||
writel(0x0, NETXEN_CRB_NORMALIZE(adapter, sw_int_mask[port]));
|
writel(0x0, NETXEN_CRB_NORMALIZE(adapter, sw_int_mask[port]));
|
||||||
}
|
|
||||||
|
|
||||||
if (adapter->intr_scheme != -1 &&
|
if (adapter->intr_scheme != -1 &&
|
||||||
adapter->intr_scheme != INTR_SCHEME_PERPORT)
|
adapter->intr_scheme != INTR_SCHEME_PERPORT)
|
||||||
|
|
|
@ -297,7 +297,7 @@ static int m88e1145_config_init(struct phy_device *phydev)
|
||||||
/* marvell_read_status
|
/* marvell_read_status
|
||||||
*
|
*
|
||||||
* Generic status code does not detect Fiber correctly!
|
* Generic status code does not detect Fiber correctly!
|
||||||
* Description:
|
* Description:
|
||||||
* Check the link, then figure out the current state
|
* Check the link, then figure out the current state
|
||||||
* by comparing what we advertise with what the link partner
|
* by comparing what we advertise with what the link partner
|
||||||
* advertises. Start by checking the gigabit possibilities,
|
* advertises. Start by checking the gigabit possibilities,
|
||||||
|
|
|
@ -3200,7 +3200,7 @@ static int skge_poll(struct napi_struct *napi, int to_do)
|
||||||
|
|
||||||
if (work_done < to_do) {
|
if (work_done < to_do) {
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|
||||||
spin_lock_irqsave(&hw->hw_lock, flags);
|
spin_lock_irqsave(&hw->hw_lock, flags);
|
||||||
__netif_rx_complete(dev, napi);
|
__netif_rx_complete(dev, napi);
|
||||||
hw->intr_mask |= napimask[skge->port];
|
hw->intr_mask |= napimask[skge->port];
|
||||||
|
|
Loading…
Add table
Reference in a new issue