Re: [PATCH] qed: fix indentation issue with statements in an if-block

2019-02-13 Thread David Miller
From: Colin King Date: Tue, 12 Feb 2019 16:01:53 + > From: Colin Ian King > > There are some statements in an if-block that are not correctly > indented. Fix these. > > Signed-off-by: Colin Ian King Applied to net-next.

[PATCH] qed: fix indentation issue with statements in an if-block

2019-02-12 Thread Colin King
From: Colin Ian King There are some statements in an if-block that are not correctly indented. Fix these. Signed-off-by: Colin Ian King --- drivers/net/ethernet/qlogic/qed/qed_cxt.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/ethernet/qlogic/qed