mirror of https://github.com/dynup/kpatch
smatch,sparse: trivial code cleanups
Fixes smatch warning: kmod/core/core.c:64:1: warning: symbol 'kpmod_list' was not declared. Should it be static? Fixes sparse warnings: kmod/core/core.c:680 kpatch_write_relocations() warn: inconsistent indenting kmod/core/core.c:750 kpatch_write_relocations() warn: inconsistent indenting
This commit is contained in:
parent
5a6ddaad8d
commit
501a63ad6d
|
@ -66,7 +66,7 @@ static DEFINE_HASHTABLE(kpatch_func_hash, KPATCH_HASH_BITS);
|
||||||
|
|
||||||
static DEFINE_SEMAPHORE(kpatch_mutex);
|
static DEFINE_SEMAPHORE(kpatch_mutex);
|
||||||
|
|
||||||
LIST_HEAD(kpmod_list);
|
static LIST_HEAD(kpmod_list);
|
||||||
|
|
||||||
static int kpatch_num_patched;
|
static int kpatch_num_patched;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue