linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cyclicdeadline: removed unnesessary text in usage message
@ 2023-07-28 15:29 Anubhav Shelat
  2023-08-08 18:58 ` John Kacur
  0 siblings, 1 reply; 2+ messages in thread
From: Anubhav Shelat @ 2023-07-28 15:29 UTC (permalink / raw)
  To: jkacur; +Cc: linux-rt-users, kcarcia, Anubhav Shelat

removed unnesessary text in usage message
Signed-off-by: Anubhav Shelat <ashelat@redhat.com>
---
 src/sched_deadline/cyclicdeadline.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/sched_deadline/cyclicdeadline.c b/src/sched_deadline/cyclicdeadline.c
index fbe3a75c60b8..4b4050fcbbb7 100644
--- a/src/sched_deadline/cyclicdeadline.c
+++ b/src/sched_deadline/cyclicdeadline.c
@@ -685,7 +685,6 @@ static void usage(int error)
 	       "-a [CPUSET] --affinity     Comma/hyphen separated list of CPUs to run deadline\n"
 	       "                           tasks on. An empty CPUSET runs on all CPUs a deadline\n"
 	       "                           task.\n"
-	       "                           on CPU 4, and thread #5 on CPU 5.\n"
 	       "-D TIME  --duration        Specify a length for the test run.\n"
 	       "                           Append 'm', 'h', or 'd' to specify minutes, hours or\n"
 	       "                           days\n"
@@ -1234,7 +1233,7 @@ int main(int argc, char **argv)
 		percent = nr_cpus * 80 / nr_threads;
 	}
 
-	/* Set up the data while sill in SCHED_FIFO */
+	/* Set up the data while still in SCHED_FIFO */
 	for (i = 0; i < nr_threads; i++) {
 		sd = &sched_data[i];
 		/*
-- 
2.39.3


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

* Re: [PATCH] cyclicdeadline: removed unnesessary text in usage message
  2023-07-28 15:29 [PATCH] cyclicdeadline: removed unnesessary text in usage message Anubhav Shelat
@ 2023-08-08 18:58 ` John Kacur
  0 siblings, 0 replies; 2+ messages in thread
From: John Kacur @ 2023-08-08 18:58 UTC (permalink / raw)
  To: Anubhav Shelat; +Cc: linux-rt-users, kcarcia



On Fri, 28 Jul 2023, Anubhav Shelat wrote:

> removed unnesessary text in usage message
> Signed-off-by: Anubhav Shelat <ashelat@redhat.com>
> ---
>  src/sched_deadline/cyclicdeadline.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/src/sched_deadline/cyclicdeadline.c b/src/sched_deadline/cyclicdeadline.c
> index fbe3a75c60b8..4b4050fcbbb7 100644
> --- a/src/sched_deadline/cyclicdeadline.c
> +++ b/src/sched_deadline/cyclicdeadline.c
> @@ -685,7 +685,6 @@ static void usage(int error)
>  	       "-a [CPUSET] --affinity     Comma/hyphen separated list of CPUs to run deadline\n"
>  	       "                           tasks on. An empty CPUSET runs on all CPUs a deadline\n"
>  	       "                           task.\n"
> -	       "                           on CPU 4, and thread #5 on CPU 5.\n"
>  	       "-D TIME  --duration        Specify a length for the test run.\n"
>  	       "                           Append 'm', 'h', or 'd' to specify minutes, hours or\n"
>  	       "                           days\n"
> @@ -1234,7 +1233,7 @@ int main(int argc, char **argv)
>  		percent = nr_cpus * 80 / nr_threads;
>  	}
>  
> -	/* Set up the data while sill in SCHED_FIFO */
> +	/* Set up the data while still in SCHED_FIFO */
>  	for (i = 0; i < nr_threads; i++) {
>  		sd = &sched_data[i];
>  		/*
> -- 
> 2.39.3
> 
> 
Signed-off-by: John Kacur <jkacur@redhat.com>


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

end of thread, other threads:[~2023-08-08 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28 15:29 [PATCH] cyclicdeadline: removed unnesessary text in usage message Anubhav Shelat
2023-08-08 18:58 ` John Kacur

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).