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:

committed by
Linus Torvalds

parent
c0f35cc0be
commit
1a5c4e2a0e
@@ -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;
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user