net: dccp: drop unneeded newline
authorJulia Lawall <Julia.Lawall@lip6.fr>
Wed, 27 Dec 2017 14:51:36 +0000 (15:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jan 2018 18:49:32 +0000 (13:49 -0500)
commit62262ffd95fba33c2b0dfcbf3ef3a254101120c7
tree4715669b19bf95cdf7ec7e4bcfeba9a14d3f04e1
parent9540d977618c31586035870a56bd2d1cc2b4a9ba
net: dccp: drop unneeded newline

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 <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ackvec.c