Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f87367a6b1e3ec1fd440158e5eb357fbd5c2288e
Commit:     f87367a6b1e3ec1fd440158e5eb357fbd5c2288e
Parent:     6d4f9c55002544bac1c99d0bab46c89319ab876e
Author:     Robert P. J. Day <[EMAIL PROTECTED]>
AuthorDate: Tue May 8 00:25:01 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue May 8 11:15:00 2007 -0700

    reiserfs: correct misspelled "REISERFS_PROC_INFO" to 
"CONFIG_REISERFS_PROC_INFO"
    
    Correct the misspelling of the preprocessor check of a Kconfig option to 
refer
    to CONFIG_REISERFS_PROC_INFO and not just the incorrect REISERFS_PROC_INFO.
    
    Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 fs/reiserfs/procfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/reiserfs/procfs.c b/fs/reiserfs/procfs.c
index ecc9943..83b9135 100644
--- a/fs/reiserfs/procfs.c
+++ b/fs/reiserfs/procfs.c
@@ -20,7 +20,7 @@
 #include <linux/init.h>
 #include <linux/proc_fs.h>
 
-#if defined( REISERFS_PROC_INFO )
+#ifdef CONFIG_REISERFS_PROC_INFO
 
 /*
  * LOCKING:
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to