File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -986,7 +986,7 @@ that can go into these 5 milliseconds.
986
986
987
987
A reasonable rule of thumb is to not put inline at functions that have more
988
988
than 3 lines of code in them. An exception to this rule are the cases where
989
- a parameter is known to be a compiletime constant, and as a result of this
989
+ a parameter is known to be a compile time constant, and as a result of this
990
990
constantness you *know * the compiler will be able to optimize most of your
991
991
function away at compile time. For a good example of this later case, see
992
992
the kmalloc() inline function.
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Examples for illustration:
154
154
155
155
We modify the hot cpu handling to cancel the delayed work on the dying
156
156
cpu and run the worker immediately on a different cpu in same domain. We
157
- donot flush the worker because the MBM overflow worker reschedules the
157
+ do not flush the worker because the MBM overflow worker reschedules the
158
158
worker on same CPU and scans the domain->cpu_mask to get the domain
159
159
pointer.
160
160
You can’t perform that action at this time.
0 commit comments