Looks ok. Send it to the ./scripts/get_maintainer.pl people. On Thu, Aug 01, 2013 at 09:43:41PM +0200, Iker Pedrosa wrote: > @@ -139,9 +141,10 @@ unsigned char Wb35Reg_WriteSync(struct hw_data *pHwData, u16 RegisterNo, u32 Reg > /* Sync IoCallDriver */ > reg->EP0vm_state = VM_RUNNING; > ret = usb_control_msg(pHwData->udev, > - usb_sndctrlpipe(pHwData->udev, 0), > - 0x03, USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_OUT, > - 0x0, RegisterNo, &RegisterValue, 4, HZ * 100); > + usb_sndctrlpipe(pHwData->udev, 0), > + 0x03, The "0x03," will fit on the line before: + usb_sndctrlpipe(pHwData->udev, 0), 0x03, > + USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_OUT, > + 0x0, RegisterNo, &RegisterValue, 4, HZ * 100); > reg->EP0vm_state = VM_STOP; > reg->SyncIoPause = 0; There is a similar thing below as well. regards, dan carpenter -- 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