Skip to content

Commit 172fa63

Browse files
jmaselbasjenswi-linaro
authored andcommitted
tee: optee: Fix typo Unuspported -> Unsupported
Fix typo Unuspported -> Unsupported Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
1 parent eeac8ed commit 172fa63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/tee/optee/call.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ static bool is_normal_memory(pgprot_t p)
488488
#elif defined(CONFIG_ARM64)
489489
return (pgprot_val(p) & PTE_ATTRINDX_MASK) == PTE_ATTRINDX(MT_NORMAL);
490490
#else
491-
#error "Unuspported architecture"
491+
#error "Unsupported architecture"
492492
#endif
493493
}
494494

0 commit comments

Comments
 (0)