sys/dev/disk/dm: Remove misleading code/comment on linear target arg
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 9 Nov 2015 09:50:48 +0000 (18:50 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 9 Nov 2015 09:50:48 +0000 (18:50 +0900)
commit89eaa13cd058829b2093afea61f40e3202718e09
tree7e7c2b1652c60faa49c7ec3d3b308f5e82c02fe4
parentf5e8ad19603ec5ef910bf7c72d48f0ca60cf7d69
sys/dev/disk/dm: Remove misleading code/comment on linear target arg

The offset arg is mandatory.
Remove code and comment that makes it sounds like it's optional.
sys/dev/disk/dm/targets/linear/dm_target_linear.c