Re: [PATCH] atl1c: fix indentation issue on an if statement

2019-02-02 Thread David Miller
From: Colin King Date: Sat, 2 Feb 2019 11:41:29 + > From: Colin Ian King > > An if statement is indented one level too deep, fix this by removing > the extra tabs. Also add some spaces to the dev_warn arguments to clean > up checkpatch warnings. > > Signed-off-by: Colin Ian King Applied

[PATCH] atl1c: fix indentation issue on an if statement

2019-02-02 Thread Colin King
From: Colin Ian King An if statement is indented one level too deep, fix this by removing the extra tabs. Also add some spaces to the dev_warn arguments to clean up checkpatch warnings. Signed-off-by: Colin Ian King --- drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 8 1 file chang