Re: [PATCH] drivers/net/arcnet/capmode.c: clean up code
From: David Miller <davem@davemloft.net>
Date: 2010-05-31 07:35:32
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2010-05-31 07:35:32
Also in:
lkml
From: Daniel Mack <redacted> Date: Mon, 31 May 2010 09:31:10 +0200
- shuffle around functions to get rid of forward declarations - fix some CodingStyle and indentation issues - last but not least, get rid of the following CONFIG_MODULE=n warning: drivers/net/arcnet/capmode.c:52: warning: ‘capmode_proto’ defined but not used Signed-off-by: Daniel Mack <redacted>
Applied, but:
+MODULE_LICENSE("GPL");
+
--
1.7.1Extraneous empty line at end of file, which GIT warned about. I fixed it up before applying your patch. Thanks.