projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8d49f3
)
doc: fix typo in SubmittingPatches
author
Jim Meyering
<
[email protected]
>
Wed, 2 Apr 2008 20:04:46 +0000
(13:04 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 2 Apr 2008 22:28:19 +0000
(15:28 -0700)
Signed-off-by: Jim Meyering <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/SubmittingPatches
patch
|
blob
|
history
diff --git
a/Documentation/SubmittingPatches
b/Documentation/SubmittingPatches
index 08a1ed1cb5d84192d4b1e3e0eec3cf058dfded73..47a539c7642d72fbc08b39495297b12b5b5abb6d 100644
(file)
--- a/
Documentation/SubmittingPatches
+++ b/
Documentation/SubmittingPatches
@@
-512,7
+512,7
@@
They provide type safety, have no length limitations, no formatting
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 a
re a
few, isolated cases of this in fast paths],
or where it is impossible to use a static inline function [such as
string-izing].