aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/SubmittingPatches
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r--Documentation/SubmittingPatches2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index cc00c8e8f040..1fc4e7144dce 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -560,7 +560,7 @@ They provide type safety, have no length limitations, no formatting
560limitations, and under gcc they are as cheap as macros. 560limitations, and under gcc they are as cheap as macros.
561 561
562Macros should only be used for cases where a static inline is clearly 562Macros should only be used for cases where a static inline is clearly
563suboptimal [there a few, isolated cases of this in fast paths], 563suboptimal [there are a few, isolated cases of this in fast paths],
564or where it is impossible to use a static inline function [such as 564or where it is impossible to use a static inline function [such as
565string-izing]. 565string-izing].
566 566