From: Sean Gloumeau <hidden> Date: 2021-05-05 04:15:37
I happened upon a spelling error in v5.5 of the kernel for "eleminating"
in miscdevice.h. After grepping in linux-next I realized that this
error was fixed in miscdevice.h, but found related errors for words
sharing the stem "eliminat". These patches aim to amend these spelling
mistakes, and add entries to scripts/spelling.txt to avoid adding
similar spelling mistakes to the remote in the future.
Sean Gloumeau (3):
Fix spelling error from "eleminate" to "eliminate"
Fix spelling error from "elemination" to "elimination"
Add entries for words with stem "eleminat"
drivers/net/ethernet/brocade/bna/bnad.c | 2 +-
fs/jffs2/debug.c | 2 +-
scripts/spelling.txt | 3 +++
3 files changed, 5 insertions(+), 2 deletions(-)
base-commit: 9a9aa07ae18be3b77ba132a6eff3a92c9b83e016
--
2.31.1
@@ -1764,7 +1764,7 @@ bnad_dim_timeout(struct timer_list *t)}}-/* Check for BNAD_CF_DIM_ENABLED, does not eleminate a race */+/* Check for BNAD_CF_DIM_ENABLED, does not eliminate a race */if(test_bit(BNAD_RF_DIM_TIMER_RUNNING,&bnad->run_flags))mod_timer(&bnad->dim_timer,jiffies+msecs_to_jiffies(BNAD_DIM_TIMER_FREQ));
@@ -354,7 +354,7 @@ __jffs2_dbg_acct_paranoia_check_nolock(struct jffs2_sb_info *c,}#if 0-/* This should work when we implement ref->__totlen elemination */+/* This should work when we implement ref->__totlen elimination */if(my_dirty_size!=jeb->dirty_size+jeb->wasted_size){JFFS2_ERROR("Calculated dirty+wasted size %#08x != stored dirty + wasted size %#08x\n",my_dirty_size,jeb->dirty_size+jeb->wasted_size);
From: Sean Gloumeau <hidden> Date: 2021-05-05 04:17:22
Entries are added to spelling.txt in order to prevent spelling mistakes
involving words with stem "eliminat" from occurring again.
Signed-off-by: Sean Gloumeau <redacted>
---
scripts/spelling.txt | 3 +++
1 file changed, 3 insertions(+)
@@ -1764,7 +1764,7 @@ bnad_dim_timeout(struct timer_list *t)}}-/* Check for BNAD_CF_DIM_ENABLED, does not eleminate a race */+/* Check for BNAD_CF_DIM_ENABLED, does not eliminate a race */if(test_bit(BNAD_RF_DIM_TIMER_RUNNING,&bnad->run_flags))mod_timer(&bnad->dim_timer,jiffies+msecs_to_jiffies(BNAD_DIM_TIMER_FREQ));>
@@ -354,7 +354,7 @@ __jffs2_dbg_acct_paranoia_check_nolock(struct jffs2_sb_info *c,}#if 0-/* This should work when we implement ref->__totlen elemination */+/* This should work when we implement ref->__totlen elimination */
I wonder if anyone has worked on or is working on eliminating that
ref->__totlen so that this code isn't left as dead-code.
Hi Sean,
On 05/05/2021 05:17, Sean Gloumeau wrote:
quoted hunk
Entries are added to spelling.txt in order to prevent spelling mistakes
involving words with stem "eliminat" from occurring again.
Signed-off-by: Sean Gloumeau <redacted>
---
scripts/spelling.txt | 3 +++
1 file changed, 3 insertions(+)
From: Sean Gloumeau <hidden> Date: 2021-05-05 17:36:05
Entries are added to spelling.txt in order to prevent spelling mistakes
involving words with stem "eliminat" from occurring again.
Signed-off-by: Sean Gloumeau <redacted>
---
scripts/spelling.txt | 3 +++
1 file changed, 3 insertions(+)
From: Sean Gloumeau <hidden> Date: 2021-05-05 17:36:30
Whoops, please ignore the last email. It should have sent with a new subject.
On Wed, May 5, 2021 at 1:04 PM Sean Gloumeau [off-list ref] wrote:
quoted hunk
Entries are added to spelling.txt in order to prevent spelling mistakes
involving words with stem "eliminat" from occurring again.
Signed-off-by: Sean Gloumeau <redacted>
---
scripts/spelling.txt | 3 +++
1 file changed, 3 insertions(+)
From: Sean Gloumeau <hidden> Date: 2021-05-05 17:41:42
Entries are added to spelling.txt in order to prevent spelling mistakes
involving words with stem "eliminat" from occurring again.
Signed-off-by: Sean Gloumeau <redacted>
---
scripts/spelling.txt | 3 +++
1 file changed, 3 insertions(+)