mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][next] Drivers: hv: Fix spelling mistake "total_pages_commited" -> "total_pages_committed"
@ 2022-07-14 10:26 Colin Ian King
  2022-07-18 11:19 ` Wei Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-07-14 10:26 UTC (permalink / raw)
  To: K . Y . Srinivasan, Haiyang Zhang, Stephen Hemminger, Wei Liu,
	Dexuan Cui, Michael Kelley, Alexander Atanasov, linux-hyperv
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a seq_printf message. Fix it.

Fixes: e237eed373cc ("Drivers: hv: Create debugfs file with hyper-v balloon usage information")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/hv/hv_balloon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
index ba52d3a3e3e3..fdf6decacf06 100644
--- a/drivers/hv/hv_balloon.c
+++ b/drivers/hv/hv_balloon.c
@@ -1892,7 +1892,7 @@ static int hv_balloon_debug_show(struct seq_file *f, void *offset)
 	/* pages we have given back to host */
 	seq_printf(f, "%-22s: %u\n", "pages_ballooned", dm->num_pages_ballooned);
 
-	seq_printf(f, "%-22s: %lu\n", "total_pages_commited",
+	seq_printf(f, "%-22s: %lu\n", "total_pages_committed",
 				get_pages_committed(dm));
 
 	seq_printf(f, "%-22s: %llu\n", "max_dynamic_page_count",
-- 
2.35.3


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

* Re: [PATCH][next] Drivers: hv: Fix spelling mistake "total_pages_commited" -> "total_pages_committed"
  2022-07-14 10:26 [PATCH][next] Drivers: hv: Fix spelling mistake "total_pages_commited" -> "total_pages_committed" Colin Ian King
@ 2022-07-18 11:19 ` Wei Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2022-07-18 11:19 UTC (permalink / raw)
  To: Colin Ian King
  Cc: K . Y . Srinivasan, Haiyang Zhang, Stephen Hemminger, Wei Liu,
	Dexuan Cui, Michael Kelley, Alexander Atanasov, linux-hyperv,
	kernel-janitors, linux-kernel

On Thu, Jul 14, 2022 at 11:26:34AM +0100, Colin Ian King wrote:
> There is a spelling mistake in a seq_printf message. Fix it.
> 
> Fixes: e237eed373cc ("Drivers: hv: Create debugfs file with hyper-v balloon usage information")
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Good catch!

I've folded this into the original patch. Thanks.

> ---
>  drivers/hv/hv_balloon.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
> index ba52d3a3e3e3..fdf6decacf06 100644
> --- a/drivers/hv/hv_balloon.c
> +++ b/drivers/hv/hv_balloon.c
> @@ -1892,7 +1892,7 @@ static int hv_balloon_debug_show(struct seq_file *f, void *offset)
>  	/* pages we have given back to host */
>  	seq_printf(f, "%-22s: %u\n", "pages_ballooned", dm->num_pages_ballooned);
>  
> -	seq_printf(f, "%-22s: %lu\n", "total_pages_commited",
> +	seq_printf(f, "%-22s: %lu\n", "total_pages_committed",
>  				get_pages_committed(dm));
>  
>  	seq_printf(f, "%-22s: %llu\n", "max_dynamic_page_count",
> -- 
> 2.35.3
> 

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

end of thread, other threads:[~2022-07-18 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14 10:26 [PATCH][next] Drivers: hv: Fix spelling mistake "total_pages_commited" -> "total_pages_committed" Colin Ian King
2022-07-18 11:19 ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®