From: Mahati Chamarthy Date: Sun, 28 Sep 2014 15:55:17 +0000 (+0530) Subject: Staging: dgnc: Remove space before parenthesis X-Git-Tag: v5.15~17125^2~155 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac9080029d9acf5dbda3e4f417ea964957edb9d8;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgnc/digi.h b/drivers/staging/dgnc/digi.h index 5e7d809..3181a35 100644 --- a/drivers/staging/dgnc/digi.h +++ b/drivers/staging/dgnc/digi.h @@ -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 /* !