ocfs2: remove NULL assignments on static

Static values are automatically initialized to NULL.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Fabian Frederick
2014-06-04 16:06:06 -07:00
committed by Linus Torvalds
parent c0f35cc0be
commit 1a5c4e2a0e
7 changed files with 10 additions and 10 deletions

View File

@@ -709,7 +709,7 @@ static struct ctl_table ocfs2_root_table[] = {
{ }
};
static struct ctl_table_header *ocfs2_table_header = NULL;
static struct ctl_table_header *ocfs2_table_header;
/*