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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A06ABC433FF for ; Fri, 2 Aug 2019 18:09:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 86C5920578 for ; Fri, 2 Aug 2019 18:09:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406566AbfHBSJd (ORCPT ); Fri, 2 Aug 2019 14:09:33 -0400 Received: from smtprelay0155.hostedemail.com ([216.40.44.155]:46166 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2406250AbfHBSJd (ORCPT ); Fri, 2 Aug 2019 14:09:33 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay01.hostedemail.com (Postfix) with ESMTP id 7C446100E86C4; Fri, 2 Aug 2019 18:09:31 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: print78_35d552e2a8f3a X-Filterd-Recvd-Size: 1809 Received: from XPS-9350.home (cpe-23-242-196-136.socal.res.rr.com [23.242.196.136]) (Authenticated sender: joe@perches.com) by omf19.hostedemail.com (Postfix) with ESMTPA; Fri, 2 Aug 2019 18:09:29 +0000 (UTC) Message-ID: Subject: Re: [PATCH V2] mlx5: Fix formats with line continuation whitespace From: Joe Perches To: Doug Ledford , Leon Romanovsky Cc: Saeed Mahameed , "David S. Miller" , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 02 Aug 2019 11:09:28 -0700 In-Reply-To: References: <20181101073412.GQ3974@mtr-leonro.mtl.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.30.5-0ubuntu0.18.10.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 2018-11-06 at 16:34 -0500, Doug Ledford wrote: > On Thu, 2018-11-01 at 09:34 +0200, Leon Romanovsky wrote: > > On Thu, Nov 01, 2018 at 12:24:08AM -0700, Joe Perches wrote: > > > The line continuations unintentionally add whitespace so > > > instead use coalesced formats to remove the whitespace. > > > > > > Signed-off-by: Joe Perches > > > --- > > > > > > v2: Remove excess space after %u > > > > > > drivers/net/ethernet/mellanox/mlx5/core/rl.c | 6 ++---- > > > 1 file changed, 2 insertions(+), 4 deletions(-) > > > > > > > Thanks, > > Reviewed-by: Leon Romanovsky > > Applied, thanks. Still not upstream. How long does it take?