sys/dev/disk/dm: Refactor dm_target_stripe_table()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 28 Oct 2015 12:43:40 +0000 (21:43 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 31 Oct 2015 15:06:12 +0000 (00:06 +0900)
commit0dde59f97dfd22a5bdc778c0458592f3f99b8094
tree56516de65dddaa920e485bc3c5fc1f92c62f09a5
parent0c9841396a0230a3bd6905a273929e36947eafe0
sys/dev/disk/dm: Refactor dm_target_stripe_table()

Use return value of ksnprintf() instead of strlen().
sys/dev/disk/dm/targets/striped/dm_target_striped.c