On 8/7/19 12:53 PM, Geert Uytterhoeven wrote: > Hi Hans, > > On Wed, Aug 7, 2019 at 11:33 AM Hans Verkuil <hverkuil@xxxxxxxxx> wrote: >> On 7/31/19 8:43 PM, Geert Uytterhoeven wrote: >>> On Wed, Jul 31, 2019 at 8:36 PM Antti Palosaari <crope@xxxxxx> wrote: >>>> On 7/31/19 4:41 PM, Geert Uytterhoeven wrote: >>>>> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> >>>>> --- >>>>> drivers/media/usb/tm6000/tm6000-cards.c | 2 +- >>>>> 1 file changed, 1 insertion(+), 1 deletion(-) >>>>> >>>>> diff --git a/drivers/media/usb/tm6000/tm6000-cards.c b/drivers/media/usb/tm6000/tm6000-cards.c >>>>> index 23df50aa0a4af6da..9a0ffe678524987c 100644 >>>>> --- a/drivers/media/usb/tm6000/tm6000-cards.c >>>>> +++ b/drivers/media/usb/tm6000/tm6000-cards.c >>>>> @@ -1328,7 +1328,7 @@ static int tm6000_usb_probe(struct usb_interface *interface, >>>>> >>>>> /* >>>>> * tm6000_usb_disconnect() >>>>> - * called when the device gets diconencted >>>>> + * called when the device gets diconnected >>>> >>>> disconnected ? >>> >>> Thanks, will fix! >> >> Can you also add a commit message when you post v2? Currently that's >> empty and Linus doesn't like empty commit messages :-) > > Even if everything to be said is in the one-line summary? Yes. In fact, checkpatch warns if the commit description is empty. In this case, just say 'Fix typo.', that's sufficient. Regards, Hans > > Gr{oetje,eeting}s, > > Geert >