Commit e6be0c9e authored by Alexander Stein's avatar Alexander Stein Committed by Jiri Kosina

compiler.h: Fix typo

Signed-off-by: default avatarAlexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fbe74e36
...@@ -236,7 +236,7 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect); ...@@ -236,7 +236,7 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
/* /*
* Rather then using noinline to prevent stack consumption, use * Rather then using noinline to prevent stack consumption, use
* noinline_for_stack instead. For documentaiton reasons. * noinline_for_stack instead. For documentation reasons.
*/ */
#define noinline_for_stack noinline #define noinline_for_stack noinline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment