提交 21ffe552 编写于 作者: E Eric Biggers 提交者: Mike Snitzer

dm verity: fix incorrect error message

Signed-off-by: NEric Biggers <ebiggers@google.com>
Signed-off-by: NMike Snitzer <snitzer@redhat.com>
上级 671ea6b4
...@@ -868,7 +868,7 @@ static int verity_ctr(struct dm_target *ti, unsigned argc, char **argv) ...@@ -868,7 +868,7 @@ static int verity_ctr(struct dm_target *ti, unsigned argc, char **argv)
r = dm_get_device(ti, argv[2], FMODE_READ, &v->hash_dev); r = dm_get_device(ti, argv[2], FMODE_READ, &v->hash_dev);
if (r) { if (r) {
ti->error = "Data device lookup failed"; ti->error = "Hash device lookup failed";
goto bad; goto bad;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册