mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: colincronin <colinpatrickcronin@gmail.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	colinpatrickcronin@gmail.com
Subject: [PATCH 304/304] Staging: i2o: i2o_proc: fixed spelling issues
Date: Wed, 13 May 2015 14:58:23 -0700	[thread overview]
Message-ID: <1431554303-12622-1-git-send-email-colinpatrickcronin@gmail.com> (raw)

Fixed spelling issues and corrected references.

Signed-off-by: Colin Cronin <colinpatrickcronin@gmail.com>
---
 drivers/staging/i2o/i2o_proc.c | 72 +++++++++++++++++++++---------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/drivers/staging/i2o/i2o_proc.c b/drivers/staging/i2o/i2o_proc.c
index ad84f33..c2a4f82 100644
--- a/drivers/staging/i2o/i2o_proc.c
+++ b/drivers/staging/i2o/i2o_proc.c
@@ -1426,19 +1426,19 @@ static int i2o_seq_show_sensors(struct seq_file *seq, void *v)
 		u8 scaling_exponent;
 		u32 actual_reading;
 		u32 minimum_reading;
-		u32 low2lowcat_treshold;
-		u32 lowcat2low_treshold;
-		u32 lowwarn2low_treshold;
-		u32 low2lowwarn_treshold;
-		u32 norm2lowwarn_treshold;
-		u32 lowwarn2norm_treshold;
+		u32 low2lowcat_threshold;
+		u32 lowcat2low_threshold;
+		u32 lowwarn2low_threshold;
+		u32 low2lowwarn_threshold;
+		u32 norm2lowwarn_threshold;
+		u32 lowwarn2norm_threshold;
 		u32 nominal_reading;
-		u32 hiwarn2norm_treshold;
-		u32 norm2hiwarn_treshold;
-		u32 high2hiwarn_treshold;
-		u32 hiwarn2high_treshold;
-		u32 hicat2high_treshold;
-		u32 hi2hicat_treshold;
+		u32 hiwarn2norm_threshold;
+		u32 norm2hiwarn_threshold;
+		u32 high2hiwarn_threshold;
+		u32 hiwarn2high_threshold;
+		u32 hicat2high_threshold;
+		u32 hi2hicat_threshold;
 		u32 maximum_reading;
 		u8 sensor_state;
 		u16 event_enable;
@@ -1517,31 +1517,31 @@ static int i2o_seq_show_sensors(struct seq_file *seq, void *v)
 		   result.scaling_exponent);
 	seq_printf(seq, "Actual reading        : %d\n", result.actual_reading);
 	seq_printf(seq, "Minimum reading       : %d\n", result.minimum_reading);
-	seq_printf(seq, "Low2LowCat treshold   : %d\n",
-		   result.low2lowcat_treshold);
-	seq_printf(seq, "LowCat2Low treshold   : %d\n",
-		   result.lowcat2low_treshold);
-	seq_printf(seq, "LowWarn2Low treshold  : %d\n",
-		   result.lowwarn2low_treshold);
-	seq_printf(seq, "Low2LowWarn treshold  : %d\n",
-		   result.low2lowwarn_treshold);
-	seq_printf(seq, "Norm2LowWarn treshold : %d\n",
-		   result.norm2lowwarn_treshold);
-	seq_printf(seq, "LowWarn2Norm treshold : %d\n",
-		   result.lowwarn2norm_treshold);
+	seq_printf(seq, "Low2LowCat threshold   : %d\n",
+		   result.low2lowcat_threshold);
+	seq_printf(seq, "LowCat2Low threshold   : %d\n",
+		   result.lowcat2low_threshold);
+	seq_printf(seq, "LowWarn2Low threshold  : %d\n",
+		   result.lowwarn2low_threshold);
+	seq_printf(seq, "Low2LowWarn threshold  : %d\n",
+		   result.low2lowwarn_threshold);
+	seq_printf(seq, "Norm2LowWarn threshold : %d\n",
+		   result.norm2lowwarn_threshold);
+	seq_printf(seq, "LowWarn2Norm threshold : %d\n",
+		   result.lowwarn2norm_threshold);
 	seq_printf(seq, "Nominal reading       : %d\n", result.nominal_reading);
-	seq_printf(seq, "HiWarn2Norm treshold  : %d\n",
-		   result.hiwarn2norm_treshold);
-	seq_printf(seq, "Norm2HiWarn treshold  : %d\n",
-		   result.norm2hiwarn_treshold);
-	seq_printf(seq, "High2HiWarn treshold  : %d\n",
-		   result.high2hiwarn_treshold);
-	seq_printf(seq, "HiWarn2High treshold  : %d\n",
-		   result.hiwarn2high_treshold);
-	seq_printf(seq, "HiCat2High treshold   : %d\n",
-		   result.hicat2high_treshold);
-	seq_printf(seq, "High2HiCat treshold   : %d\n",
-		   result.hi2hicat_treshold);
+	seq_printf(seq, "HiWarn2Norm threshold  : %d\n",
+		   result.hiwarn2norm_threshold);
+	seq_printf(seq, "Norm2HiWarn threshold  : %d\n",
+		   result.norm2hiwarn_threshold);
+	seq_printf(seq, "High2HiWarn threshold  : %d\n",
+		   result.high2hiwarn_threshold);
+	seq_printf(seq, "HiWarn2High threshold  : %d\n",
+		   result.hiwarn2high_threshold);
+	seq_printf(seq, "HiCat2High threshold   : %d\n",
+		   result.hicat2high_threshold);
+	seq_printf(seq, "High2HiCat threshold   : %d\n",
+		   result.hi2hicat_threshold);
 	seq_printf(seq, "Maximum reading       : %d\n", result.maximum_reading);
 
 	seq_printf(seq, "Sensor state          : %d = ", result.sensor_state);
-- 
1.9.1


             reply	other threads:[~2015-05-13 21:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13 21:58 colincronin [this message]
2015-05-13 22:30 ` Greg KH

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=1431554303-12622-1-git-send-email-colinpatrickcronin@gmail.com \
    --to=colinpatrickcronin@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®