Commit 2e0c89f9 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] namespace pollution in eth bridge driver

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

  A global variable should not be called 'ioctl_mutex',
  this makes it static.
parent e7a27380
......@@ -230,7 +230,7 @@ static int br_ioctl_deviceless(unsigned int cmd,
return -EOPNOTSUPP;
}
DECLARE_MUTEX(ioctl_mutex);
static DECLARE_MUTEX(ioctl_mutex);
int br_ioctl_deviceless_stub(unsigned long arg)
{
......
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