The patch titled
     Fix chapter reference in CodingStyle
has been added to the -mm tree.  Its filename is
     fix-chapter-reference-in-codingstyle.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Fix chapter reference in CodingStyle
From: Jesper Juhl <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 Documentation/CodingStyle |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN Documentation/CodingStyle~fix-chapter-reference-in-codingstyle 
Documentation/CodingStyle
--- a/Documentation/CodingStyle~fix-chapter-reference-in-codingstyle
+++ a/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
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

nfs-kill-the-obsolete-nfs_paranoia.patch
fix-chapter-reference-in-codingstyle.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to