From: Robert P. J. Day Date: Tue, 8 May 2007 07:25:01 +0000 (-0700) Subject: reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO" X-Git-Tag: v2.6.22-rc1~773 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=f87367a6b1e3ec1fd440158e5eb357fbd5c2288e;p=powerpc.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/reiserfs/procfs.c b/fs/reiserfs/procfs.c index ecc9943202..83b9135a41 100644 --- a/fs/reiserfs/procfs.c +++ b/fs/reiserfs/procfs.c @@ -20,7 +20,7 @@ #include #include -#if defined( REISERFS_PROC_INFO ) +#ifdef CONFIG_REISERFS_PROC_INFO /* * LOCKING: