From: Jesper Juhl Date: Tue, 8 May 2007 07:31:06 +0000 (-0700) Subject: Fix chapter reference in CodingStyle X-Git-Tag: v3.12-rc1~30171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53ab97a1c1536015d4d6d900363ea96fece5ed97;p=kernel%2Fkernel-generic.git Fix chapter reference in CodingStyle commit 226a6b84aaaf1fac7a5d41cf4e7387fd9ba895d5 renumbered Chapter 11 in Documentation/CodingStyle to Chapter 12, but it didn't update the reference to that chapter further down in the file. This patch corrects the chapter reference. Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index e7f5fc6..afc2867 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -640,7 +640,7 @@ language. There appears to be a common misperception that gcc has a magic "make me faster" speedup option called "inline". While the use of inlines can be -appropriate (for example as a means of replacing macros, see Chapter 11), it +appropriate (for example as a means of replacing macros, see Chapter 12), it very often is not. Abundant use of the inline keyword leads to a much bigger kernel, which in turn slows the system as a whole down, due to a bigger icache footprint for the CPU and simply because there is less memory