Re: [PATCH] HID: core: clean up indentation issue

2019-09-27 Thread Benjamin Tissoires
On Wed, Sep 25, 2019 at 1:48 PM Dan Carpenter wrote: > > On Mon, Sep 23, 2019 at 01:04:13PM +0200, Jiri Kosina wrote: > > On Sun, 22 Sep 2019, Colin King wrote: > > > > > From: Colin Ian King > > > > > > There is an if statement that is indented by one extra space, > > > fix this by removing the

Re: [PATCH] HID: core: clean up indentation issue

2019-09-25 Thread Dan Carpenter
On Mon, Sep 23, 2019 at 01:04:13PM +0200, Jiri Kosina wrote: > On Sun, 22 Sep 2019, Colin King wrote: > > > From: Colin Ian King > > > > There is an if statement that is indented by one extra space, > > fix this by removing the extraneous space. > > > > Signed-off-by: Colin Ian King > > --- >

Re: [PATCH] HID: core: clean up indentation issue

2019-09-23 Thread Jiri Kosina
On Sun, 22 Sep 2019, Colin King wrote: > From: Colin Ian King > > There is an if statement that is indented by one extra space, > fix this by removing the extraneous space. > > Signed-off-by: Colin Ian King > --- > drivers/hid/hid-core.c | 4 ++-- > 1 file changed, 2 insertions(+), 2