All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Missed "," character in printf in print_delayacct().
@ 2007-08-10 18:16 Maxim Uvarov
  2007-08-14  6:04 ` Balbir Singh
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Uvarov @ 2007-08-10 18:16 UTC (permalink / raw)
  To: LKML; +Cc: balbir, jlan


Sorry I've removed "," character from Documentation/accounting/getdelays.c
with taskstats-add-context-switch-counters.patch.

It is needed to turn it back.	


Signed-off-by: Maxim Uvarov <muvarov@ru.mvista.com>
                                                      
---

 Documentation/accounting/getdelays.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c
index 24c5aad..cbee3a2 100644
--- a/Documentation/accounting/getdelays.c
+++ b/Documentation/accounting/getdelays.c
@@ -196,7 +196,7 @@ void print_delayacct(struct taskstats *t)
 	       "IO    %15s%15s\n"
 	       "      %15llu%15llu\n"
 	       "MEM   %15s%15s\n"
-	       "      %15llu%15llu\n"
+	       "      %15llu%15llu\n",
 	       "count", "real total", "virtual total", "delay total",
 	       t->cpu_count, t->cpu_run_real_total, t->cpu_run_virtual_total,
 	       t->cpu_delay_total,


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

* Re: [PATCH] Missed "," character in printf in print_delayacct().
  2007-08-10 18:16 [PATCH] Missed "," character in printf in print_delayacct() Maxim Uvarov
@ 2007-08-14  6:04 ` Balbir Singh
  0 siblings, 0 replies; 2+ messages in thread
From: Balbir Singh @ 2007-08-14  6:04 UTC (permalink / raw)
  To: Maxim Uvarov; +Cc: LKML, balbir, jlan

Maxim Uvarov wrote:
> Sorry I've removed "," character from Documentation/accounting/getdelays.c
> with taskstats-add-context-switch-counters.patch.
> 
> It is needed to turn it back.	
> 
> 
> Signed-off-by: Maxim Uvarov <muvarov@ru.mvista.com>
>                                                       
> ---
> 
>  Documentation/accounting/getdelays.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c
> index 24c5aad..cbee3a2 100644
> --- a/Documentation/accounting/getdelays.c
> +++ b/Documentation/accounting/getdelays.c
> @@ -196,7 +196,7 @@ void print_delayacct(struct taskstats *t)
>  	       "IO    %15s%15s\n"
>  	       "      %15llu%15llu\n"
>  	       "MEM   %15s%15s\n"
> -	       "      %15llu%15llu\n"
> +	       "      %15llu%15llu\n",
>  	       "count", "real total", "virtual total", "delay total",
>  	       t->cpu_count, t->cpu_run_real_total, t->cpu_run_virtual_total,
>  	       t->cpu_delay_total,
> 

Michael Neuling, sent this fix along with his fix for fixing the -l option.


-- 
	Warm Regards,
	Balbir Singh
	Linux Technology Center
	IBM, ISTL

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

end of thread, other threads:[~2007-08-14  6:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-10 18:16 [PATCH] Missed "," character in printf in print_delayacct() Maxim Uvarov
2007-08-14  6:04 ` Balbir Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.