public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: williams@redhat.com
Cc: linux-rt-users@vger.kernel.org
Subject: [PATCH 3/3] A few more miscellaneous clean-ups.
Date: Tue, 15 Sep 2009 10:25:01 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LFD.2.00.0909151023580.4591@localhost.localdomain> (raw)

>From b5a062ad7668587f7bd53b7aea9bc9cea6034165 Mon Sep 17 00:00:00 2001
From: John Kacur <jkacur@redhat.com>
Date: Tue, 15 Sep 2009 10:12:00 +0200
Subject: [PATCH] A few more miscellaneous clean-ups.

---
 src/pi_tests/pi_stress.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pi_tests/pi_stress.c b/src/pi_tests/pi_stress.c
index c250d47..83e5727 100644
--- a/src/pi_tests/pi_stress.c
+++ b/src/pi_tests/pi_stress.c
@@ -216,7 +216,7 @@ struct group_parameters {
 
 } *groups;
 
-// /* of consecutive watchdog hits before quitting */
+/* of consecutive watchdog hits before quitting */
 #define WATCHDOG_LIMIT 5
 
 /* number of online processors */
@@ -257,7 +257,7 @@ main (int argc, char **argv)
 	int core;
 	int nthreads;
 
-	/* Make sure we see all message, even those on stdout.  */
+	/* Make sure we see all messages, even those on stdout.  */
 	setvbuf (stdout, NULL, _IONBF, 0);
 
 	/* get the number of processors */
@@ -640,7 +640,7 @@ low_priority(void *arg)
 
 	for(;;) {
 		/*
-		 * We can't set the 'loop' boolean here, because some flags
+		 * We can't set the 'loop' boolean here, because some threads
 		 * may have already reached the loop_barr
 		 */
 		if (!unbounded && (p->total >= p->inversions)) {
-- 
1.6.0.6


                 reply	other threads:[~2009-09-15  8:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.2.00.0909151023580.4591@localhost.localdomain \
    --to=jkacur@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox