diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-01-04 00:16:05 +0100 |
---|---|---|
committer | Andreas Larsson <andreas@gaisler.com> | 2024-02-16 16:50:25 +0100 |
commit | 3cc208ffa84a77650561efc7a851ee0e979bbdb9 (patch) | |
tree | c8a5bb70f1821c39dca3b1ed0f3635efc4b3fe26 /arch/sparc/mm/srmmu.c | |
parent | sparc: Use shared font data (diff) | |
download | linux-3cc208ffa84a77650561efc7a851ee0e979bbdb9.tar.xz linux-3cc208ffa84a77650561efc7a851ee0e979bbdb9.zip |
sparc: Fix typos
Fix typos, most reported by "codespell arch/sparc". Only touches
comments, no code changes.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: sparclinux@vger.kernel.org
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Link: https://lore.kernel.org/r/20240103231605.1801364-9-helgaas@kernel.org
Diffstat (limited to 'arch/sparc/mm/srmmu.c')
-rw-r--r-- | arch/sparc/mm/srmmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index 8393faa3e596..852085ada368 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c @@ -1513,7 +1513,7 @@ static void __init init_viking(void) /* * We need this to make sure old viking takes no hits - * on it's cache for dma snoops to workaround the + * on its cache for dma snoops to workaround the * "load from non-cacheable memory" interrupt bug. * This is only necessary because of the new way in * which we use the IOMMU. |