linux: remove spurious newline.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
57dab0292a
commit
7d3310c4fc
@ -1652,7 +1652,7 @@ fcntl_common(struct thread *td, struct linux_fcntl_args *args)
|
||||
return (kern_fcntl(td, args->fd, F_ADD_SEALS,
|
||||
linux_to_bsd_bits(args->arg, seal_bitmap, 0)));
|
||||
default:
|
||||
linux_msg(td, "unsupported fcntl cmd %d\n", args->cmd);
|
||||
linux_msg(td, "unsupported fcntl cmd %d", args->cmd);
|
||||
return (EINVAL);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user