diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-05-08 03:25:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:00 -0400 |
commit | f87367a6b1e3ec1fd440158e5eb357fbd5c2288e (patch) | |
tree | fdf4aa72f4cad79f425fef94dcc5a29b5df18f73 /fs/reiserfs | |
parent | 6d4f9c55002544bac1c99d0bab46c89319ab876e (diff) |
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 <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/reiserfs')
-rw-r--r-- | 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 ecc9943202fc..83b9135a411a 100644 --- a/fs/reiserfs/procfs.c +++ b/fs/reiserfs/procfs.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | #include <linux/proc_fs.h> | 21 | #include <linux/proc_fs.h> |
22 | 22 | ||
23 | #if defined( REISERFS_PROC_INFO ) | 23 | #ifdef CONFIG_REISERFS_PROC_INFO |
24 | 24 | ||
25 | /* | 25 | /* |
26 | * LOCKING: | 26 | * LOCKING: |