diff options
Diffstat (limited to 'drivers/md/dm-verity-target.c')
-rw-r--r-- | drivers/md/dm-verity-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-verity-target.c b/drivers/md/dm-verity-target.c index 1c5b6185c79d..bda3caca23ca 100644 --- a/drivers/md/dm-verity-target.c +++ b/drivers/md/dm-verity-target.c | |||
@@ -839,7 +839,7 @@ static int verity_parse_opt_args(struct dm_arg_set *as, struct dm_verity *v) | |||
839 | struct dm_target *ti = v->ti; | 839 | struct dm_target *ti = v->ti; |
840 | const char *arg_name; | 840 | const char *arg_name; |
841 | 841 | ||
842 | static struct dm_arg _args[] = { | 842 | static const struct dm_arg _args[] = { |
843 | {0, DM_VERITY_OPTS_MAX, "Invalid number of feature args"}, | 843 | {0, DM_VERITY_OPTS_MAX, "Invalid number of feature args"}, |
844 | }; | 844 | }; |
845 | 845 | ||