diff options
| author | Colin Ian King <colin.king@canonical.com> | 2019-01-22 09:37:55 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2019-01-25 01:06:36 -0500 |
| commit | 843ef94e3374b8c2afdff3a68270d4b09964e165 (patch) | |
| tree | 00de7039250cc247f8aa5abfda0a84a4cea9ca41 /drivers/net/ethernet/amd | |
| parent | 556b2710a1ca7e6780de20988cf96328afcc8b85 (diff) | |
net: amd8111e: clean up two minor indentation issues
Two statements are incorrecly indented, fix these by removing a space.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/amd')
| -rw-r--r-- | drivers/net/ethernet/amd/amd8111e.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/amd/amd8111e.c b/drivers/net/ethernet/amd/amd8111e.c index a90080f12e67..b9632928496e 100644 --- a/drivers/net/ethernet/amd/amd8111e.c +++ b/drivers/net/ethernet/amd/amd8111e.c | |||
| @@ -435,7 +435,7 @@ static int amd8111e_restart(struct net_device *dev) | |||
| 435 | int i,reg_val; | 435 | int i,reg_val; |
| 436 | 436 | ||
| 437 | /* stop the chip */ | 437 | /* stop the chip */ |
| 438 | writel(RUN, mmio + CMD0); | 438 | writel(RUN, mmio + CMD0); |
| 439 | 439 | ||
| 440 | if(amd8111e_init_ring(dev)) | 440 | if(amd8111e_init_ring(dev)) |
| 441 | return -ENOMEM; | 441 | return -ENOMEM; |
| @@ -1720,7 +1720,7 @@ static void amd8111e_config_ipg(struct timer_list *t) | |||
| 1720 | writew((u32)tmp_ipg, mmio + IPG); | 1720 | writew((u32)tmp_ipg, mmio + IPG); |
| 1721 | writew((u32)(tmp_ipg - IFS1_DELTA), mmio + IFS1); | 1721 | writew((u32)(tmp_ipg - IFS1_DELTA), mmio + IFS1); |
| 1722 | } | 1722 | } |
| 1723 | mod_timer(&lp->ipg_data.ipg_timer, jiffies + IPG_CONVERGE_JIFFIES); | 1723 | mod_timer(&lp->ipg_data.ipg_timer, jiffies + IPG_CONVERGE_JIFFIES); |
| 1724 | return; | 1724 | return; |
| 1725 | 1725 | ||
| 1726 | } | 1726 | } |
