Skip to content

Commit 167fba6

Browse files
committed
Merge tag 'optee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
Fixes a spell error in an error message in the OP-TEE driver * tag 'optee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/linux-tee: tee: optee: Fix typo Unuspported -> Unsupported Link: https://lore.kernel.org/r/20230314184441.GA2936721@rayden Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 7e364e5 + 172fa63 commit 167fba6

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)