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 <[email protected]> Reviewed-by: Sumit Garg <[email protected]> Signed-off-by: Jens Wiklander <[email protected]>
1 parent eeac8ed commit 172fa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)