]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: dgnc: fix unnamed parameter
authorFernando Apesteguia <fernando.apesteguia@gmail.com>
Fri, 2 Dec 2016 19:35:06 +0000 (20:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Dec 2016 09:18:07 +0000 (10:18 +0100)
This patch fixes a checkpatch warning.

Signed-off-by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.h

index 85a131075bd87cd16d6ee6dd39ed334493d08b3c..1ee0eeeb47308c5a433157a4b7d9637e0fbef06e 100644 (file)
@@ -21,9 +21,9 @@
 int    dgnc_tty_register(struct dgnc_board *brd);
 void dgnc_tty_unregister(struct dgnc_board *brd);
 
-int     dgnc_tty_init(struct dgnc_board *);
+int     dgnc_tty_init(struct dgnc_board *brd);
 
-void   dgnc_cleanup_tty(struct dgnc_board *);
+void   dgnc_cleanup_tty(struct dgnc_board *brd);
 
 void   dgnc_input(struct channel_t *ch);
 void   dgnc_carrier(struct channel_t *ch);