Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933180AbcJZLQr (ORCPT ); Wed, 26 Oct 2016 07:16:47 -0400 Received: from mail-lf0-f54.google.com ([209.85.215.54]:40270 "EHLO mail-lf0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933024AbcJZLQd (ORCPT ); Wed, 26 Oct 2016 07:16:33 -0400 Subject: Re: [PATCH] usb: musb: remove duplicated actions To: Kirill Esipov , linux-kernel@vger.kernel.org References: <1477480358-26774-1-git-send-email-yesipov@gmail.com> Cc: linux-usb@vger.kernel.org, gregkh@linuxfoundation.org, b-liu@ti.com From: Sergei Shtylyov Message-ID: Date: Wed, 26 Oct 2016 14:16:31 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1477480358-26774-1-git-send-email-yesipov@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 343 Lines: 14 Hello. On 10/26/2016 2:12 PM, Kirill Esipov wrote: > Remove unnecessary duplicate actions (that we've got here: > 19915e623458004547c1c2490b09bb923fe69337) You should also specify the commit's summary line in (""). And it's enough to specify 12 digits of SHA1 ID. > Signed-off-by: Kirill Esipov [...] MBR, Sergei