Skip to content

Commit

Permalink
reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS…
Browse files Browse the repository at this point in the history
…_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 <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed May 8, 2007
1 parent 6d4f9c5 commit f87367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/reiserfs/procfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <linux/init.h>
#include <linux/proc_fs.h>

#if defined( REISERFS_PROC_INFO )
#ifdef CONFIG_REISERFS_PROC_INFO

/*
* LOCKING:
Expand Down

0 comments on commit f87367a

Please sign in to comment.