Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbb804bc authored by Fernando Apesteguia's avatar Fernando Apesteguia Committed by Greg Kroah-Hartman
Browse files

staging: dgnc: fix unnamed parameter



This patch fixes a checkpatch warning.

Signed-off-by: default avatarFernando Apesteguia <fernando.apesteguia@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c7ea8b51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);