Commit 37b586f0 authored by Libo Chen's avatar Libo Chen Committed by Pavel Emelyanov

Don't use \Newline in pr_perror

Signed-off-by: 's avatarLibo Chen <libo.chen@huawei.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent df79e097
......@@ -46,7 +46,7 @@ static int nf_connection_switch_raw(int family, u32 *src_addr, u16 src_port, u32
if (!inet_ntop(family, (void *)src_addr, sip, INET_ADDR_LEN) ||
!inet_ntop(family, (void *)dst_addr, dip, INET_ADDR_LEN)) {
pr_perror("nf: Can't translate ip addr\n");
pr_perror("nf: Can't translate ip addr");
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment