diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-21 23:00:33 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-22 03:22:02 +0200 |
commit | e0602848213587d02d146ede8ad31c269982c839 (patch) | |
tree | 038bb425be83db4c68f7aff29df11b9053f627cf /arch/sparc | |
parent | arch/sparc: Replace HTTP links with HTTPS ones (diff) | |
download | linux-e0602848213587d02d146ede8ad31c269982c839.tar.xz linux-e0602848213587d02d146ede8ad31c269982c839.zip |
SPARC: backoff.h: delete a duplicated word
Drop the repeated word "other".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/backoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/backoff.h b/arch/sparc/include/asm/backoff.h index 8625946d8d00..597a22953bc5 100644 --- a/arch/sparc/include/asm/backoff.h +++ b/arch/sparc/include/asm/backoff.h @@ -18,7 +18,7 @@ * * When we spin, we try to use an operation that will cause the * current cpu strand to block, and therefore make the core fully - * available to any other other runnable strands. There are two + * available to any other runnable strands. There are two * options, based upon cpu capabilities. * * On all cpus prior to SPARC-T4 we do three dummy reads of the |