mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 12:16:29 -04:00
staging: lustre: checkpatch: do not init global to NULL
Fix checkpatch problem: remove NULL assignment fro global variable Signed-off-by: Swee Hua Law <sweehua81@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a836582655
commit
1b680a8181
@@ -54,8 +54,8 @@
|
||||
#include "../include/lustre_param.h"
|
||||
#include "llite_internal.h"
|
||||
|
||||
struct kmem_cache *ll_remote_perm_cachep = NULL;
|
||||
struct kmem_cache *ll_rmtperm_hash_cachep = NULL;
|
||||
struct kmem_cache *ll_remote_perm_cachep;
|
||||
struct kmem_cache *ll_rmtperm_hash_cachep;
|
||||
|
||||
static inline struct ll_remote_perm *alloc_ll_remote_perm(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user