Staging: dgnc: Remove space before parenthesis
This fixes the following checkpatch.pl error: ERROR: space prohibited before that close parenthesis ')' Signed-off-by: Mahati Chamarthy <mahati.chamarthy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b4e28a6142
commit
ac9080029d
1 changed files with 4 additions and 4 deletions
|
@ -389,10 +389,10 @@ struct digi_getcounter {
|
|||
#define DIGI_SETCUSTOMBAUD _IOW('e', 106, int) /* Set integer baud rate */
|
||||
#define DIGI_GETCUSTOMBAUD _IOR('e', 107, int) /* Get integer baud rate */
|
||||
|
||||
#define DIGI_REALPORT_GETBUFFERS ('e'<<8 ) | 108
|
||||
#define DIGI_REALPORT_SENDIMMEDIATE ('e'<<8 ) | 109
|
||||
#define DIGI_REALPORT_GETCOUNTERS ('e'<<8 ) | 110
|
||||
#define DIGI_REALPORT_GETEVENTS ('e'<<8 ) | 111
|
||||
#define DIGI_REALPORT_GETBUFFERS ('e'<<8) | 108
|
||||
#define DIGI_REALPORT_SENDIMMEDIATE ('e'<<8) | 109
|
||||
#define DIGI_REALPORT_GETCOUNTERS ('e'<<8) | 110
|
||||
#define DIGI_REALPORT_GETEVENTS ('e'<<8) | 111
|
||||
|
||||
#define EV_OPU 0x0001 /* !<Output paused by client */
|
||||
#define EV_OPS 0x0002 /* !<Output paused by reqular sw flowctrl */
|
||||
|
|
Loading…
Reference in a new issue