linux/drivers/staging/dgnc
Rehas Sachdeva 8d0d4cc5a4 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>
2016-03-11 22:09:09 -08:00
..
dgnc_cls.c staging: dgnc: delete parentheses around right hand side of assignment 2016-03-11 22:09:09 -08:00
dgnc_cls.h
dgnc_driver.c
dgnc_driver.h staging: dgnc: Avoid multiple blank lines 2016-03-11 22:09:09 -08:00
dgnc_mgmt.c staging: dgnc: delete parentheses around right hand side of assignment 2016-03-11 22:09:09 -08:00
dgnc_mgmt.h
dgnc_neo.c staging: dgnc: delete parentheses around right hand side of assignment 2016-03-11 22:09:09 -08:00
dgnc_neo.h staging: dgnc: Avoid multiple blank lines 2016-03-11 22:09:09 -08:00
dgnc_pci.h staging: dgnc: Avoid multiple blank lines 2016-03-11 22:09:09 -08:00
dgnc_sysfs.c
dgnc_sysfs.h
dgnc_tty.c staging: dgnc: Break line after boolean operator 2016-03-11 22:09:09 -08:00
dgnc_tty.h
dgnc_utils.c
dgnc_utils.h
digi.h staging: dgnc: Add spaces around '|' and '<<' 2016-03-11 22:09:09 -08:00
Kconfig
Makefile
TODO