Skip to content
Snippets Groups Projects
Commit 193cb837 authored by Shaomin Deng's avatar Shaomin Deng Committed by Richard Weinberger
Browse files

uml: Remove the initialization of statics to 0


It is always unnecessary to initialise statics to 0.

Signed-off-by: default avatarShaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 4dc5a328
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment