Commit 608595ed authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds

scripts/spelling.txt: add "therfore" pattern and fix typo instances

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

  therfore||therefore

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

Link: http://lkml.kernel.org/r/1481573103-11329-31-git-send-email-yamada.masahiro@socionext.comSigned-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b8a14f33
...@@ -74,9 +74,9 @@ int rvt_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num, ...@@ -74,9 +74,9 @@ int rvt_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num,
u16 *out_mad_pkey_index) u16 *out_mad_pkey_index)
{ {
/* /*
* MAD processing is quite different between hfi1 and qib. Therfore this * MAD processing is quite different between hfi1 and qib. Therefore
* is expected to be provided by the driver. Other drivers in the future * this is expected to be provided by the driver. Other drivers in the
* may chose to implement this but it should not be made into a * future may choose to implement this but it should not be made into a
* requirement. * requirement.
*/ */
if (ibport_num_to_idx(ibdev, port_num) < 0) if (ibport_num_to_idx(ibdev, port_num) < 0)
......
...@@ -1630,7 +1630,7 @@ static int aac_acquire_resources(struct aac_dev *dev) ...@@ -1630,7 +1630,7 @@ static int aac_acquire_resources(struct aac_dev *dev)
if (!dev->sync_mode) { if (!dev->sync_mode) {
/* After EEH recovery or suspend resume, max_msix count /* 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->r7.no_of_msix_vectors = cpu_to_le32(dev->max_msix); dev->init->r7.no_of_msix_vectors = cpu_to_le32(dev->max_msix);
aac_adapter_start(dev); aac_adapter_start(dev);
......
...@@ -1875,8 +1875,8 @@ vchiq_arm_init_state(VCHIQ_STATE_T *state, VCHIQ_ARM_STATE_T *arm_state) ...@@ -1875,8 +1875,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 ** VC_RESUME_IDLE - Initialise the resume completion at the same time. The
** resume completion is in it's 'done' state whenever ** resume completion is in it's 'done' state whenever
** videcore is running. Therfore, the VC_RESUME_IDLE state ** videcore is running. Therefore, the VC_RESUME_IDLE
** implies that videocore is suspended. ** state implies that videocore is suspended.
** Hence, any thread which needs to wait until videocore is ** Hence, any thread which needs to wait until videocore is
** running can wait on this completion - it will only block ** running can wait on this completion - it will only block
** if videocore is suspended. ** if videocore is suspended.
......
...@@ -1041,6 +1041,7 @@ targetting||targeting ...@@ -1041,6 +1041,7 @@ targetting||targeting
teh||the teh||the
temorary||temporary temorary||temporary
temproarily||temporarily temproarily||temporarily
therfore||therefore
thier||their thier||their
threds||threads threds||threads
threshhold||threshold threshhold||threshold
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment