diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-22 00:00:33 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-22 04:22:02 +0300 |
commit | e0602848213587d02d146ede8ad31c269982c839 (patch) | |
tree | 038bb425be83db4c68f7aff29df11b9053f627cf /arch/sparc/include/asm/backoff.h | |
parent | 37719576046b553092d5a88de90459306dfdec6b (diff) | |
download | linux-e0602848213587d02d146ede8ad31c269982c839.tar.xz |
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/include/asm/backoff.h')
-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 |