mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02:00
staging: comedi: amcc_s5933.h: checkpatch.pl cleanup (space prohibited)
Fix this checkpatch.pl warning:
WARNING: space prohibited between function name and open parenthesis '('
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
de33276b59
commit
931a9c7325
|
|
@ -41,7 +41,7 @@
|
|||
#define AMCC_OP_REG_MCSR_NVCMD (AMCC_OP_REG_MCSR + 3) /* Command in byte 3 */
|
||||
|
||||
#define AMCC_FIFO_DEPTH_DWORD 8
|
||||
#define AMCC_FIFO_DEPTH_BYTES (8 * sizeof (u32))
|
||||
#define AMCC_FIFO_DEPTH_BYTES (8 * sizeof(u32))
|
||||
|
||||
/****************************************************************************/
|
||||
/* AMCC - PCI Interrupt Control/Status Register */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user