From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinicius Costa Gomes Subject: Re: [PATCH] igb: Fix format with line continuation whitespace Date: Wed, 14 Nov 2018 17:04:53 -0800 Message-ID: <878t1v2lsa.fsf@intel.com> References: <1b31c663afa1aa7b3d231917f00f58b9cb604231.camel@perches.com> Mime-Version: 1.0 Content-Type: text/plain Cc: "David S. Miller" , intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Joe Perches , Jeff Kirsher Return-path: In-Reply-To: <1b31c663afa1aa7b3d231917f00f58b9cb604231.camel@perches.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Joe Perches writes: > The line continuation unintentionally adds whitespace so > instead use a coalesced format to remove the whitespace. > > Miscellanea: > > o Use a more typical style for ternaries and arguments > for this logging message > > Signed-off-by: Joe Perches Acked-by: Vinicius Costa Gomes Cheers, -- Vinicius