From: "Robert P. J. Day" 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 --- fs/reiserfs/procfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/reiserfs/procfs.c~reiserfs-correct-misspelled-reiserfs_proc_info-to fs/reiserfs/procfs.c --- a/fs/reiserfs/procfs.c~reiserfs-correct-misspelled-reiserfs_proc_info-to +++ a/fs/reiserfs/procfs.c @@ -20,7 +20,7 @@ #include #include -#if defined( REISERFS_PROC_INFO ) +#ifdef CONFIG_REISERFS_PROC_INFO /* * LOCKING: _