git: sys/dev/disk/dm: Change printf() to kprintf()
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Tue Oct 20 08:14:57 PDT 2015
commit 323b0fc13feccf06ffa1bb2c94c4661601296cf5
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Tue Oct 20 23:44:04 2015 +0900
sys/dev/disk/dm: Change printf() to kprintf()
Change disabled (i.e. either within a comment or not compiled)
printf() to kprintf().
Summary of changes:
sys/dev/disk/dm/dm_ioctl.c | 4 ++--
sys/dev/disk/dm/targets/mirror/dm_target_mirror.c | 4 ++--
.../disk/dm/targets/snapshot/dm_target_snapshot.c | 28 +++++++++++-----------
3 files changed, 18 insertions(+), 18 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/323b0fc13feccf06ffa1bb2c94c4661601296cf5
--
DragonFly BSD source repository
More information about the Commits
mailing list