s/Confilcts/Conflicts Signed-off-by: Andrey Ryabinin <[email protected]> Reported-by: Andrew Morton <[email protected]> --- include/linux/compiler-gcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index f2a9aec..8efb40e 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h @@ -241,7 +241,7 @@ /* * Tell the compiler that address safety instrumentation (KASAN) * should not be applied to that function. - * Confilcts with inlining: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67368 + * Conflicts with inlining: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67368 */ #define __no_sanitize_address __attribute__((no_sanitize_address)) #endif -- 2.4.9 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

