Skip to content

Commit dc4ca7a

Browse files
vrothbergsfrothwell
authored andcommitted
arch/powerpc/Kconfig: fix typo in select statement
The 'I' in sanitize was missing: s/ARCH_HAS_UBSAN_SANTIZE_ALL/ARCH_HAS_UBSAN_SANITIZE_ALL/ Fixes: 257e4ee ("powerpc: enable UBSAN support") Signed-off-by: Valentin Rothberg <[email protected]> Cc: Andrey Ryabinin <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 7b8a763 commit dc4ca7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ config PPC
158158
select EDAC_ATOMIC_SCRUB
159159
select ARCH_HAS_DMA_SET_COHERENT_MASK
160160
select HAVE_ARCH_SECCOMP_FILTER
161-
select ARCH_HAS_UBSAN_SANTIZE_ALL
161+
select ARCH_HAS_UBSAN_SANITIZE_ALL
162162

163163
config GENERIC_CSUM
164164
def_bool CPU_LITTLE_ENDIAN

0 commit comments

Comments
 (0)