On Sat, 26 Mar 2011, Dan Carpenter wrote: > There was an extra tab so the close curly brace didn't match up with > the right if statement. Applied, thanks. > > Signed-off-by: Dan Carpenter <error27@xxxxxxxxx> > > diff --git a/drivers/hid/usbhid/hiddev.c b/drivers/hid/usbhid/hiddev.c > index af0a7c1..5270031 100644 > --- a/drivers/hid/usbhid/hiddev.c > +++ b/drivers/hid/usbhid/hiddev.c > @@ -509,7 +509,7 @@ static noinline int hiddev_ioctl_usage(struct hiddev *hiddev, unsigned int cmd, > (uref_multi->num_values > HID_MAX_MULTI_USAGES || > uref->usage_index + uref_multi->num_values > field->report_count)) > goto inval; > - } > + } > > switch (cmd) { > case HIDIOCGUSAGE: > -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html