]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/staging/dgnc/dgnc_tty.c
staging: dgnc: Fix lines longer than 80 characters
authorFernando Apesteguia <fernando.apesteguia@gmail.com>
Tue, 6 Dec 2016 17:07:35 +0000 (18:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Dec 2016 10:41:17 +0000 (11:41 +0100)
commit9b33f918c0c1239719d4bc2313125d9bb59e8305
tree8b6f912be5615a208402993ec8ed62ded5302b5f
parent1100a3b0ac4b2666ea6eb5769fad10442490792a
staging: dgnc: Fix lines longer than 80 characters

For two cases (beginning and end of the patch) I opted to create small
functions instead of breaking the the lines in a weird way.

The other changes are simple ones: either by breaking the line when
appropriate or by turning a comment into a multi-line one.

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