staging: dgnc: Break line after boolean operator
authorRehas Sachdeva <aquannie@gmail.com>
Fri, 26 Feb 2016 15:59:41 +0000 (21:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Mar 2016 06:09:09 +0000 (22:09 -0800)
commit8d0d4cc5a46933fbce0f75fb085fefc8b45f23aa
tree20ad354218747b7b2ad0377376c4eb48bbb85cd5
parent8e8d27f7d5063a0f5aef00f9eb3e213d12927717
staging: dgnc: Break line after boolean operator

The preferred way to break up long math lines is to break after an arthimetic
or boolean operator. This patch fixes the checkpatch.pl warning:
Logical continuations should be on the previous line.

Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c
This page took 0.026139 seconds and 5 git commands to generate.