linux-hardened/drivers/staging/dgnc
Sam Horlbeck Olsen 57d8dfed85 staging: dgnc: Add whitespace around OR'd flags ("|")
This patch fixes the checkpatch.pl message:

CHECK: spaces preferred around that '|' (ctx:VxV)
+	writeb((UART_FCR_ENABLE_FIFO|UART_FCR_CLEAR_RCVR|UART_FCR_CLEAR_XMIT),
                                    ^                   ^

As per the guidelines for coding style in the kernel, I have updated the
digi international driver to include spaces around the OR'd flags; not only
is this formatting issue caught by `checkpatch.pl`, in the next `if` block
the correct formatting is used, leading to both incorrect and inconsistent
code formatting.

This patch puts the line in question at 82 characters---while this is over
the recommended limit, there are no clear locations to break the line and it
barely breaks the cutoff.

Signed-off-by: Sam Horlbeck Olsen <sam.horlsen@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-28 07:30:36 -07:00
..
dgnc_cls.c staging: dgnc: Add whitespace around OR'd flags ("|") 2016-03-28 07:30:36 -07:00
dgnc_cls.h dgnc: remove unused stuff from dgnc_cls.h 2015-03-24 15:41:00 +01:00
dgnc_driver.c staging: dgnc: cleanup properly 2016-03-11 22:09:09 -08:00
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: clean up comments at start of files 2015-03-12 11:11:17 +01:00
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 staging: dgnc: remove parenthesis 2015-10-12 21:08:51 -07:00
dgnc_sysfs.h staging: dgnc: Remove unnecessary externs 2015-08-14 18:51:57 -07:00
dgnc_tty.c Staging driver patches for 4.6-rc1 2016-03-17 22:13:41 -07:00
dgnc_tty.h dgnc: clean up comments at start of files 2015-03-12 11:11:17 +01:00
dgnc_utils.c Staging: dgnc: Remove unused #include header file 2015-11-15 20:02:47 -08:00
dgnc_utils.h dgnc: remove unused dgnc_ioctl_name() command 2015-03-24 15:40:59 +01:00
digi.h staging: dgnc: Add spaces around '|' and '<<' 2016-03-11 22:09:09 -08:00
Kconfig
Makefile dgnc: Move DG_PART definition from Makefile to dgnc_driver.h 2015-03-12 11:05:27 +01:00
TODO Staging: fixed multiple spelling errors. 2015-05-08 09:23:58 +02:00