linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat"
@ 2021-01-27 23:31 Colin King
  2021-01-28 13:51 ` Wei Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-01-27 23:31 UTC (permalink / raw)
  To: K . Y . Srinivasan, Haiyang Zhang, Stephen Hemminger, Wei Liu,
	linux-hyperv
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat"
  2021-01-27 23:31 [PATCH][next] hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat" Colin King
@ 2021-01-28 13:51 ` Wei Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2021-01-28 13:51 UTC (permalink / raw)
  To: Colin King
  Cc: K . Y . Srinivasan, Haiyang Zhang, Stephen Hemminger, Wei Liu,
	linux-hyperv, kernel-janitors, linux-kernel

On Wed, Jan 27, 2021 at 11:31:36PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in an error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied to hyperv-next. Thanks.

Wei.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-28 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 23:31 [PATCH][next] hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat" Colin King
2021-01-28 13:51 ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).