ntfs: remove NULL value assignments
Static values are automatically initialized to NULL. Signed-off-by: Fabian Frederick <fabf@skynet.be> Acked-by: Anton Altaparmakov <anton@tuxera.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
48149e9d3a
commit
504e0e2f3d
@@ -56,7 +56,7 @@ static ctl_table sysctls_root[] = {
|
||||
};
|
||||
|
||||
/* Storage for the sysctls header. */
|
||||
static struct ctl_table_header *sysctls_root_table = NULL;
|
||||
static struct ctl_table_header *sysctls_root_table;
|
||||
|
||||
/**
|
||||
* ntfs_sysctl - add or remove the debug sysctl
|
||||
|
Reference in New Issue
Block a user