]> git.proxmox.com Git - mirror_zfs.git/commit
Add missing trailing '\n' in printk() messages
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 8 May 2019 23:43:55 +0000 (08:43 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 8 May 2019 23:43:55 +0000 (16:43 -0700)
commitb689de85e8c78b9dc03c1bd4c3ca0f4e75714e92
treecf9192e0ce35f8cf96693221540fb8e3bfaf9074
parent4bb40c1c82f0c11d231cbb4e2bd3bee1b550ad0b
Add missing trailing '\n' in printk() messages

These messages will want '\n' like any other regular printk() messages.

Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes #8726
module/spl/spl-generic.c
module/zfs/zfs_vfsops.c