On Tue, Jun 20, 2017 at 01:21:46PM +0800, Jhih-Ming Huang wrote: > From: Jhih-Ming Hunag <fbihjmeric@xxxxxxxxx> > > Fixed "ERROR: space prohibited after that open parenthesis '('". > > Signed-off-by: Jhih-Ming Hunag <fbihjmeric@xxxxxxxxx> > --- > drivers/staging/ccree/ssi_aead.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/drivers/staging/ccree/ssi_aead.c b/drivers/staging/ccree/ssi_aead.c > index 6bcab5a..5166874 100644 > --- a/drivers/staging/ccree/ssi_aead.c > +++ b/drivers/staging/ccree/ssi_aead.c > @@ -1375,10 +1375,10 @@ static int validate_data_size(struct ssi_aead_ctx *ctx, > static unsigned int format_ccm_a0(u8 *pA0Buff, u32 headerSize) > { > unsigned int len = 0; > - if ( headerSize == 0 ) { > + if (headerSize == 0 ) { Remove the other space as well. I looked ahead in the series so I see that you do it later, but it should be done here. regards, dan carpenter _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel