Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 917c8c25 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman
Browse files

lkdtm: fix spelling mistake: "incremeted" -> "incremented"



Trivial fix to spelling mistake in pr_info message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent df770ff0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ static void check_from_zero(refcount_t *ref)
		pr_warn("Zero detected: unsafely reset to max\n");
		break;
	default:
		pr_info("Fail: zero not detected, incremeted to %d\n",
		pr_info("Fail: zero not detected, incremented to %d\n",
			refcount_read(ref));
	}
}