From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12A17C49ED6 for ; Wed, 11 Sep 2019 13:23:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E31C420838 for ; Wed, 11 Sep 2019 13:23:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727912AbfIKNXE (ORCPT ); Wed, 11 Sep 2019 09:23:04 -0400 Received: from smtp1.de.adit-jv.com ([93.241.18.167]:43273 "EHLO smtp1.de.adit-jv.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727656AbfIKNXE (ORCPT ); Wed, 11 Sep 2019 09:23:04 -0400 Received: from localhost (smtp1.de.adit-jv.com [127.0.0.1]) by smtp1.de.adit-jv.com (Postfix) with ESMTP id 050853C04C0; Wed, 11 Sep 2019 15:23:02 +0200 (CEST) Received: from smtp1.de.adit-jv.com ([127.0.0.1]) by localhost (smtp1.de.adit-jv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PbvkNzfcUyt1; Wed, 11 Sep 2019 15:22:56 +0200 (CEST) Received: from HI2EXCH01.adit-jv.com (hi2exch01.adit-jv.com [10.72.92.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by smtp1.de.adit-jv.com (Postfix) with ESMTPS id 8D3003C0016; Wed, 11 Sep 2019 15:22:56 +0200 (CEST) Received: from vmlxhi-070.adit-jv.com (10.72.93.148) by HI2EXCH01.adit-jv.com (10.72.92.24) with Microsoft SMTP Server (TLS) id 14.3.468.0; Wed, 11 Sep 2019 15:22:56 +0200 Date: Wed, 11 Sep 2019 15:22:52 +0200 From: veeraiyan chidambaram To: Yoshihiro Shimoda CC: Felipe Balbi , Greg Kroah-Hartman , Geert Uytterhoeven , Linux-Renesas , "linux-usb@vger.kernel.org" , Andrew Gabbasov , "REE erosca@DE.ADIT-JV.COM" , Veeraiyan Chidambaram Subject: Re: [PATCH v4 2/3] usb: renesas_usbhs: enable DVSE interrupt Message-ID: <20190911132252.GA22580@vmlxhi-070.adit-jv.com> References: <1568043974-1236-1-git-send-email-external.veeraiyan.c@de.adit-jv.com> <1568043974-1236-2-git-send-email-external.veeraiyan.c@de.adit-jv.com> <20190910093117.GB9960@vmlxhi-070.adit-jv.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Originating-IP: [10.72.93.148] Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hello shimoda-san, Thanks a lot for those hints. On Wed, Sep 11, 2019 at 02:45:52AM +0000, Yoshihiro Shimoda wrote: > Hello Veeraiyan-san, > > > From: veeraiyan chidambaram, Sent: Tuesday, September 10, 2019 6:31 PM > > > > Hello shimoda-san, > > > > Thanks for point out checkpatch warning. After resolving checkpatch warning, > > below checkpatch warning is seen. > > > > WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line) > > #23: > > [1] commit f1407d5c6624 ("usb: renesas_usbhs: Add Renesas USBHS common code") > > I checked other commit log, and it seems adding a new line is better like below: > > [1] commit f1407d5c6624 ("usb: renesas_usbhs: Add Renesas USBHS common > code") I have fixed and submitted v5 patch https://patchwork.kernel.org/patch/11141085/. Best Regards, Veeraiyan Chidambaram