[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1444840109-32642-1-git-send-email-aryabinin@virtuozzo.com>
Date: Wed, 14 Oct 2015 19:28:29 +0300
From: Andrey Ryabinin <aryabinin@...tuozzo.com>
To: <mingo@...nel.org>, <akpm@...ux-foundation.org>
CC: <linux-kernel@...r.kernel.org>,
Andrey Ryabinin <aryabinin@...tuozzo.com>
Subject: [PATCH] include/linux/compiler-gcc.h: fix typo in comment
s/Confilcts/Conflicts
Signed-off-by: Andrey Ryabinin <aryabinin@...tuozzo.com>
Reported-by: Andrew Morton <akpm@...ux-foundation.org>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists