Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1540616

[PATCH 30/31] scripts/spelling.txt: add "therfore" pattern and fix typo instances

From Masahiro Yamada <yamada.masahiro@socionext.com>
Newsgroups linux.kernel
Subject [PATCH 30/31] scripts/spelling.txt: add "therfore" pattern and fix typo instances
Date 2016-12-12 21:20 +0100
Message-ID <sNFeP-lm-67@gated-at.bofh.it> (permalink)
References <sNF57-hS-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Fix typos and add the following to the scripts/spelling.txt:

  therfore||therefore

Besides, tidy up comment blocks for 80-col wrapping.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/infiniband/sw/rdmavt/mad.c                            | 6 +++---
 drivers/scsi/aacraid/linit.c                                  | 2 +-
 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4 ++--
 scripts/spelling.txt                                          | 1 +
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/drivers/infiniband/sw/rdmavt/mad.c b/drivers/infiniband/sw/rdmavt/mad.c
index f6e9977..bba241f 100644
--- a/drivers/infiniband/sw/rdmavt/mad.c
+++ b/drivers/infiniband/sw/rdmavt/mad.c
@@ -74,9 +74,9 @@ int rvt_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num,
 		    u16 *out_mad_pkey_index)
 {
 	/*
-	 * MAD processing is quite different between hfi1 and qib. Therfore this
-	 * is expected to be provided by the driver. Other drivers in the future
-	 * may chose to implement this but it should not be made into a
+	 * MAD processing is quite different between hfi1 and qib. Therefore
+	 * this is expected to be provided by the driver. Other drivers in the
+	 * future may choose to implement this but it should not be made into a
 	 * requirement.
 	 */
 	if (ibport_num_to_idx(ibdev, port_num) < 0)
diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c
index 3ecbf20..cc66a15 100644
--- a/drivers/scsi/aacraid/linit.c
+++ b/drivers/scsi/aacraid/linit.c
@@ -1418,7 +1418,7 @@ static int aac_acquire_resources(struct aac_dev *dev)
 
 	if (!dev->sync_mode) {
 		/* After EEH recovery or suspend resume, max_msix count
-		 * may change, therfore updating in init as well.
+		 * may change, therefore updating in init as well.
 		 */
 		dev->init->Sa_MSIXVectors = cpu_to_le32(dev->max_msix);
 		aac_adapter_start(dev);
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
index 0d98789..610e0d6 100644
--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
@@ -1863,8 +1863,8 @@ vchiq_arm_init_state(VCHIQ_STATE_T *state, VCHIQ_ARM_STATE_T *arm_state)
 **
 ** VC_RESUME_IDLE - Initialise the resume completion at the same time.  The
 **			resume completion is in it's 'done' state whenever
-**			videcore is running.  Therfore, the VC_RESUME_IDLE state
-**			implies that videocore is suspended.
+**			videcore is running.  Therefore, the VC_RESUME_IDLE
+**			state implies that videocore is suspended.
 **			Hence, any thread which needs to wait until videocore is
 **			running can wait on this completion - it will only block
 **			if videocore is suspended.
diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index b840f20..5fb27d2 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -1019,6 +1019,7 @@ targetting||targeting
 teh||the
 temorary||temporary
 temproarily||temporarily
+therfore||therefore
 thier||their
 threds||threads
 threshhold||threshold
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/31] scripts/spelling.txt: add more patterns with actual typo fixes Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 28/31] scripts/spelling.txt: add "overwritting" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  Re: [PATCH 00/31] scripts/spelling.txt: add more patterns with actual  typo fixes Kees Cook <keescook@chromium.org> - 2016-12-12 21:20 +0100
  [PATCH 22/31] scripts/spelling.txt: add "configuartion" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 25/31] scripts/spelling.txt: add "omited" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 18/31] scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 03/31] scripts/spelling.txt: add "an user" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 11/31] scripts/spelling.txt: add "embeded" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 19/31] scripts/spelling.txt: add "disble(d)" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 21/31] scripts/spelling.txt: add "overrided" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 16/31] scripts/spelling.txt: add "initialiazation" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 27/31] scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 17/31] scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 10/31] scripts/spelling.txt: add "varible" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 30/31] scripts/spelling.txt: add "therfore" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  [PATCH 23/31] scripts/spelling.txt: add "applys" pattern and fix typo instances Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-12 21:20 +0100
  Re: [PATCH 00/31] scripts/spelling.txt: add more patterns with  actual typo fixes Joe Perches <joe@perches.com> - 2016-12-12 21:30 +0100

csiph-web