hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat"
authorColin Ian King <colin.king@canonical.com>
Wed, 27 Jan 2021 23:31:36 +0000 (23:31 +0000)
committerWei Liu <wei.liu@kernel.org>
Thu, 11 Feb 2021 08:47:05 +0000 (08:47 +0000)
There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210127233136.623465-1-colin.king@canonical.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/hv_util.c

index 34f3e789cc9a20b19a50aed6ca72a8d00493bc73..e4aefeb330dafc6ac0e35482d0cc4f555f5eb6d0 100644 (file)
@@ -507,7 +507,7 @@ static void heartbeat_onchannelcallback(void *context)
 
                /* Ensure recvlen is big enough to read header data */
                if (recvlen < ICMSG_HDR) {
-                       pr_err_ratelimited("Hearbeat request received. Packet length too small: %d\n",
+                       pr_err_ratelimited("Heartbeat request received. Packet length too small: %d\n",
                                           recvlen);
                        break;
                }