]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: Fix comment for nomap_sysmem() function
authorSimon Glass <sjg@chromium.org>
Mon, 28 Oct 2024 12:47:58 +0000 (13:47 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:13 +0000 (21:27 -0600)
This should say 'cast' rather than 'case', so fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/io.h

index a23bd64994ab55ce6b5ab70e38ab771120911a1d..3d09170063f69c80754482bea8f1bcdab0c56a42 100644 (file)
@@ -235,7 +235,7 @@ static inline void unmap_sysmem(const void *vaddr)
  * nomap_sysmem() - pass through an address unchanged
  *
  * This is used to indicate an address which should NOT be mapped, e.g. in
- * SMBIOS tables. Using this function instead of a case shows that the sandbox
+ * SMBIOS tables. Using this function instead of a cast shows that the sandbox
  * conversion has been done
  */
 static inline void *nomap_sysmem(phys_addr_t paddr, unsigned long len)