Skip to content

Commit c5d436f

Browse files
algonellJonathan Corbet
authored andcommitted
docs/process: fix typos
Fix typos in documentation. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Message-ID: <[email protected]>
1 parent 406c4c5 commit c5d436f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/process/coding-style.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ that can go into these 5 milliseconds.
986986

987987
A reasonable rule of thumb is to not put inline at functions that have more
988988
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
990990
constantness you *know* the compiler will be able to optimize most of your
991991
function away at compile time. For a good example of this later case, see
992992
the kmalloc() inline function.

Documentation/process/maintainer-tip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Examples for illustration:
154154

155155
We modify the hot cpu handling to cancel the delayed work on the dying
156156
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
158158
worker on same CPU and scans the domain->cpu_mask to get the domain
159159
pointer.
160160

0 commit comments

Comments
 (0)