Commit 6841b2a0 authored by Cathal Mullaney's avatar Cathal Mullaney Committed by Greg Kroah-Hartman

Staging: dgnc: dgnc_tty: fixed a line too long style issue

Fixed a coding style issue.
Signed-off-by: default avatarCathal Mullaney <chuckleberryfinn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9fa1f943
......@@ -186,7 +186,8 @@ int dgnc_tty_register(struct dgnc_board *brd)
if (IS_ERR(brd->serial_driver))
return PTR_ERR(brd->serial_driver);
snprintf(brd->serial_name, MAXTTYNAMELEN, "tty_dgnc_%d_", brd->boardnum);
snprintf(brd->serial_name, MAXTTYNAMELEN, "tty_dgnc_%d_",
brd->boardnum);
brd->serial_driver->name = brd->serial_name;
brd->serial_driver->name_base = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment