提交 f87367a6 编写于 作者: R Robert P. J. Day 提交者: Linus Torvalds

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: NRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 6d4f9c55
......@@ -20,7 +20,7 @@
#include <linux/init.h>
#include <linux/proc_fs.h>
#if defined( REISERFS_PROC_INFO )
#ifdef CONFIG_REISERFS_PROC_INFO
/*
* LOCKING:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册