[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 31/34] target/sparc: correct typos
From: |
Michael Tokarev |
Subject: |
[PULL 31/34] target/sparc: correct typos |
Date: |
Thu, 22 Feb 2024 14:25:58 +0300 |
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
target/sparc/asi.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/sparc/asi.h b/target/sparc/asi.h
index 3270ed0c7f..a66829674b 100644
--- a/target/sparc/asi.h
+++ b/target/sparc/asi.h
@@ -145,14 +145,14 @@
* and later ASIs.
*/
#define ASI_REAL 0x14 /* Real address, cacheable */
-#define ASI_PHYS_USE_EC 0x14 /* PADDR, E-cachable
*/
-#define ASI_REAL_IO 0x15 /* Real address, non-cachable */
+#define ASI_PHYS_USE_EC 0x14 /* PADDR, E-cacheable
*/
+#define ASI_REAL_IO 0x15 /* Real address, non-cacheable */
#define ASI_PHYS_BYPASS_EC_E 0x15 /* PADDR, E-bit */
#define ASI_BLK_AIUP_4V 0x16 /* (4V) Prim, user, block ld/st
*/
#define ASI_BLK_AIUS_4V 0x17 /* (4V) Sec, user, block ld/st
*/
#define ASI_REAL_L 0x1c /* Real address, cacheable, LE */
-#define ASI_PHYS_USE_EC_L 0x1c /* PADDR, E-cachable, little endian*/
-#define ASI_REAL_IO_L 0x1d /* Real address, non-cachable, LE */
+#define ASI_PHYS_USE_EC_L 0x1c /* PADDR, E-cacheable, little endian*/
+#define ASI_REAL_IO_L 0x1d /* Real address, non-cacheable, LE */
#define ASI_PHYS_BYPASS_EC_E_L 0x1d /* PADDR, E-bit, little endian */
#define ASI_BLK_AIUP_L_4V 0x1e /* (4V) Prim, user, block, l-endian*/
#define ASI_BLK_AIUS_L_4V 0x1f /* (4V) Sec, user, block, l-endian */
--
2.39.2
- [PULL 22/34] hw/net/npcm_gmac.h: correct typos, (continued)
- [PULL 22/34] hw/net/npcm_gmac.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 23/34] hw/riscv/virt.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 25/34] qapi/ui: correct typos, Michael Tokarev, 2024/02/22
- [PULL 24/34] pc-bios/README: correct typos, Michael Tokarev, 2024/02/22
- [PULL 26/34] qemu-options.hx: correct typos, Michael Tokarev, 2024/02/22
- [PULL 27/34] ci/gitlab-pipeline-status: correct typos, Michael Tokarev, 2024/02/22
- [PULL 28/34] hexagon: correct typos, Michael Tokarev, 2024/02/22
- [PULL 30/34] s390x: correct typos, Michael Tokarev, 2024/02/22
- [PULL 29/34] m68k: correct typos, Michael Tokarev, 2024/02/22
- [PULL 32/34] hw/hppa/Kconfig: Fix building with "configure --without-default-devices", Michael Tokarev, 2024/02/22
- [PULL 31/34] target/sparc: correct typos,
Michael Tokarev <=
- [PULL 33/34] docs/system: Update description for input grab key, Michael Tokarev, 2024/02/22
- [PULL 34/34] system/vl: Update description for input grab key, Michael Tokarev, 2024/02/22
- Re: [PULL 00/34] Trivial patches for 2024-02-22, Peter Maydell, 2024/02/22