summaryrefslogtreecommitdiff
path: root/arch/arc/include/uapi/asm/swab.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-04-26 13:11:33 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-04-26 13:11:33 -0700
commitc9e35b4aeb2f061390395033314898d07498da03 (patch)
treeb7b883c88c8ee30c55cb93a176f771a835b3a365 /arch/arc/include/uapi/asm/swab.h
parentbbacf717de8aac61e45764951646b54471b22bf3 (diff)
parent61231eb8113ce47991f35024f9c20810b37996bf (diff)
Merge tag 'arc-6.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Pull ARC fixes from Vineet Gupta: - Incorrect VIPT aliasing assumption - Misc build warning fixes and some typos * tag 'arc-6.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc: ARC: [plat-hsdk]: Remove misplaced interrupt-cells property ARC: Fix typos ARC: mm: fix new code about cache aliasing ARC: Fix -Wmissing-prototypes warnings
Diffstat (limited to 'arch/arc/include/uapi/asm/swab.h')
-rw-r--r--arch/arc/include/uapi/asm/swab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/include/uapi/asm/swab.h b/arch/arc/include/uapi/asm/swab.h
index 02109cd48ee1..8d1f1ef44ba7 100644
--- a/arch/arc/include/uapi/asm/swab.h
+++ b/arch/arc/include/uapi/asm/swab.h
@@ -62,7 +62,7 @@
* 8051fdc4: st r2,[r1,20] ; Mem op : save result back to mem
*
* Joern suggested a better "C" algorithm which is great since
- * (1) It is portable to any architecure
+ * (1) It is portable to any architecture
* (2) At the same time it takes advantage of ARC ISA (rotate intrns)
*/