diff --git a/drivers/md/dm-integrity.c b/drivers/md/dm-integrity.c index 24157b31d31bb716cdbd3e8b21eee13e49bf6826..183288348dee7c5e1dcaee4cea217696f1b5f25e 100644 --- a/drivers/md/dm-integrity.c +++ b/drivers/md/dm-integrity.c @@ -3091,7 +3091,7 @@ static int dm_integrity_ctr(struct dm_target *ti, unsigned argc, char **argv) unsigned extra_args; struct dm_arg_set as; static const struct dm_arg _args[] = { - {0, 9, "Invalid number of feature args"}, + {0, 15, "Invalid number of feature args"}, }; unsigned journal_sectors, interleave_sectors, buffer_sectors, journal_watermark, sync_msec; bool recalculate;