eicon: Fixed checkpatch warning
authorAndreea Hodea <andreea.cristina.hodea@gmail.com>
Sun, 10 Mar 2013 02:34:36 +0000 (02:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 Mar 2013 20:55:55 +0000 (16:55 -0400)
drivers/isdn/hardware/eicon/diva_didd.c:32:6: warning: symbol
'DRIVERRELEASE_DIDD' was not declared. Should it be static?

Signed-off-by: Andreea Hodea <hodea_andreea@yahoo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hardware/eicon/diva_didd.c

index fab6ccfb00d59cf35b7f50100c672efb9d3ad3d1..21468be0f3d5502829b9122db09c5cc89372cb04 100644 (file)
@@ -29,7 +29,7 @@ static char *main_revision = "$Revision: 1.13.6.4 $";
 static char *DRIVERNAME =
        "Eicon DIVA - DIDD table (http://www.melware.net)";
 static char *DRIVERLNAME = "divadidd";
-char *DRIVERRELEASE_DIDD = "2.0";
+static char *DRIVERRELEASE_DIDD = "2.0";
 
 MODULE_DESCRIPTION("DIDD table driver for diva drivers");
 MODULE_AUTHOR("Cytronics & Melware, Eicon Networks");
This page took 0.028694 seconds and 5 git commands to generate.