From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965505AbcBQSko (ORCPT ); Wed, 17 Feb 2016 13:40:44 -0500 Received: from mail-lb0-f182.google.com ([209.85.217.182]:36219 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965177AbcBQSkm (ORCPT ); Wed, 17 Feb 2016 13:40:42 -0500 Subject: Re: [PATCH] usb: usbtmc: Fix disconnect/poll interaction To: Dave Penkler , gregkh@linuxfoundation.org References: <20160217161024.GA1610@slacky> Cc: oneukum@suse.com, peter.chen@freescale.com, teuniz@gmail.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org From: Sergei Shtylyov Organization: Cogent Embedded Message-ID: <56C4BEA6.3040202@cogentembedded.com> Date: Wed, 17 Feb 2016 21:40:38 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160217161024.GA1610@slacky> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 02/17/2016 07:10 PM, Dave Penkler wrote: > When the device is disconnected poll waiters were not being woken. > Fixes issue in commit eb6b92ecc0f9412623ab1584ddd8389b371638d4 reported scripts/checkpatch.pl now enforces certain commit citing format, yours doesn't match it, not only because you missed to specify the commit summary. :-) > by Oliver Neukum Note that there are also "Fixes:" and "Reported-by:" tags for that. > Signed-off-by: Dave Penkler [...] MBR, Sergei