Thread (2 messages) 2 messages, 2 authors, 2021-01-28
STALE2008d LANDED

[PATCH][next] hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat"

From: Colin King <hidden>
Date: 2021-01-27 23:33:12
Also in: kernel-janitors, lkml
Subsystem: hyper-v/azure core and drivers, the rest · Maintainers: "K. Y. Srinivasan", Haiyang Zhang, Wei Liu, Dexuan Cui, Long Li, Linus Torvalds

From: Colin Ian King <redacted>

There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <redacted>
---
 drivers/hv/hv_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hv/hv_util.c b/drivers/hv/hv_util.c
index 34f3e789cc9a..e4aefeb330da 100644
--- a/drivers/hv/hv_util.c
+++ b/drivers/hv/hv_util.c
@@ -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;
 		}
-- 
2.29.2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help