From: Jim Meyering Signed-off-by: Jim Meyering Signed-off-by: Andrew Morton --- Documentation/SubmittingPatches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/SubmittingPatches~doc-fix-typo-in-submittingpatches Documentation/SubmittingPatches --- a/Documentation/SubmittingPatches~doc-fix-typo-in-submittingpatches +++ a/Documentation/SubmittingPatches @@ -512,7 +512,7 @@ They provide type safety, have no length limitations, and under gcc they are as cheap as macros. Macros should only be used for cases where a static inline is clearly -suboptimal [there a few, isolated cases of this in fast paths], +suboptimal [there are a few, isolated cases of this in fast paths], or where it is impossible to use a static inline function [such as string-izing]. _