Re: [PATCH][V2] atm: iphase: fix newline escape and minor tweak to source formatting

2016-09-15 Thread David Miller
From: Colin King Date: Mon, 12 Sep 2016 13:01:50 +0100 > From: Colin Ian King > > The newline escape is incorrect and needs fixing. Also adjust source > formatting / indentation and add { } to trailing else. > > Signed-off-by: Colin Ian King Applied.

[PATCH][V2] atm: iphase: fix newline escape and minor tweak to source formatting Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit

2016-09-12 Thread Colin King
From: Colin Ian King The newline escape is incorrect and needs fixing. Also adjust source formatting / indentation and add { } to trailing else. Signed-off-by: Colin Ian King --- drivers/atm/iphase.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/atm/iphase.c