Skip to content

Commit a1cf2bd

Browse files
ColinIanKingMikulas Patocka
authored andcommitted
dm vdo: Fix spelling mistake "postive" -> "positive"
There is a spelling mistake in a vdo_log_error message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
1 parent 33eded2 commit a1cf2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/md/dm-vdo/dm-vdo-target.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ static int __must_check parse_memory(const char *memory_str,
412412

413413
result = kstrtouint(memory_str, 10, &value);
414414
if (result) {
415-
vdo_log_error("optional parameter error: invalid memory size, must be a postive integer");
415+
vdo_log_error("optional parameter error: invalid memory size, must be a positive integer");
416416
return -EINVAL;
417417
}
418418

0 commit comments

Comments
 (0)