Skip to content

Commit

Permalink
net: vxge: fix indentation issue
Browse files Browse the repository at this point in the history
There is a goto statement that indented too deeply, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Jan 18, 2019
1 parent d8cce3a commit c002869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/neterion/vxge/vxge-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2553,7 +2553,7 @@ static int vxge_add_isr(struct vxgedev *vdev)
vxge_debug_init(VXGE_ERR,
"%s: Defaulting to INTA",
vdev->ndev->name);
goto INTA_MODE;
goto INTA_MODE;
}

msix_idx = (vdev->vpaths[0].handle->vpath->vp_id *
Expand Down

0 comments on commit c002869

Please sign in to comment.