Commit 989298c3 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] namespace pollution in 'backpack' paride

From:  Arnd Bergmann <arnd@bergmann-dalldorf.de>

  A global variable should not be called 'verbose'. It can
  be made static since it is only used in one file.
parent 80844aa6
......@@ -21,7 +21,7 @@
/* PARAMETERS */
int verbose=0; /* set this to 1 to see debugging messages and whatnot */
static int verbose; /* set this to 1 to see debugging messages and whatnot */
#define BACKPACK_VERSION "2.0.2"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment