Re: [PATCH 03/12] net: dccp: drop unneeded newline

2018-01-02 Thread David Miller
From: Julia Lawall Date: Wed, 27 Dec 2017 15:51:36 +0100 > DCCP_CRIT prints some other text and then a newline after the message > string, so the message string does not need to include a newline > explicitly. Done using Coccinelle. > > Signed-off-by: Julia Lawall

Re: [PATCH 03/12] net: dccp: drop unneeded newline

2018-01-02 Thread David Miller
From: Julia Lawall Date: Wed, 27 Dec 2017 15:51:36 +0100 > DCCP_CRIT prints some other text and then a newline after the message > string, so the message string does not need to include a newline > explicitly. Done using Coccinelle. > > Signed-off-by: Julia Lawall Applied.

[PATCH 03/12] net: dccp: drop unneeded newline

2017-12-27 Thread Julia Lawall
DCCP_CRIT prints some other text and then a newline after the message string, so the message string does not need to include a newline explicitly. Done using Coccinelle. Signed-off-by: Julia Lawall --- net/dccp/ackvec.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH 03/12] net: dccp: drop unneeded newline

2017-12-27 Thread Julia Lawall
DCCP_CRIT prints some other text and then a newline after the message string, so the message string does not need to include a newline explicitly. Done using Coccinelle. Signed-off-by: Julia Lawall --- net/dccp/ackvec.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git