Skip to content

Commit

Permalink
eicon: Fixed checkpatch warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andreea Hodea authored and David S. Miller committed Mar 10, 2013
1 parent e8f72ea commit e41eef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/isdn/hardware/eicon/diva_didd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit e41eef8

Please sign in to comment.