On Mon, Apr 05, 2021 at 05:03:50PM +0800, Tian Tao wrote: > Fix the following checkpatch errors: > > ERROR: space prohibited before that ',' (ctx:WxW) > #280: FILE: drivers/i2c/busses/i2c-nomadik.c:280: > + i2c_clr_bit(dev->virtbase + I2C_CR , I2C_CR_PE); > ^ > ERROR: space prohibited before that ',' (ctx:WxW) > #528: FILE: drivers/i2c/busses/i2c-nomadik.c:528: > + i2c_set_bit(dev->virtbase + I2C_CR , I2C_CR_PE); > ^ > > No functional changes. > > Signed-off-by: Tian Tao > Signed-off-by: Zihao Tang > Cc: Linus Walleij Applied to for-next, thanks!