mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 10:17:32 +00:00
uml: Remove the initialization of statics to 0
It is always unnecessary to initialise statics to 0. Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
4dc5a32831
commit
193cb83724
@ -9,7 +9,7 @@
|
||||
#include <os.h>
|
||||
|
||||
/* Changed by set_umid_arg */
|
||||
static int umid_inited = 0;
|
||||
static int umid_inited;
|
||||
|
||||
static int __init set_umid_arg(char *name, int *add)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user