Re: [PATCH] chelsio: clean up indentation issue

2019-02-02 Thread David Miller
From: Colin King Date: Sat, 2 Feb 2019 11:33:51 + > From: Colin Ian King > > The assignment to size is indented too far, fix this and join > two lines into one. > > Signed-off-by: Colin Ian King Applied.

[PATCH] chelsio: clean up indentation issue

2019-02-02 Thread Colin King
From: Colin Ian King The assignment to size is indented too far, fix this and join two lines into one. Signed-off-by: Colin Ian King --- drivers/net/ethernet/chelsio/cxgb/sge.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/ethernet/chelsio/cxgb/sge.c b/driv