From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: alteon: acenic: clean up indentation issue Date: Fri, 15 Dec 2017 13:28:53 -0500 (EST) Message-ID: <20171215.132853.2051962722143576952.davem@davemloft.net> References: <20171214114021.5300-1-colin.king@canonical.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jes@trained-monkey.org, linux-acenic@sunsite.dk, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org To: colin.king@canonical.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:54588 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755675AbdLOS2z (ORCPT ); Fri, 15 Dec 2017 13:28:55 -0500 In-Reply-To: <20171214114021.5300-1-colin.king@canonical.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Colin King Date: Thu, 14 Dec 2017 11:40:21 +0000 > From: Colin Ian King > > There is a hunk of code that is incorrectly indented with spaces > and rather than a tab. Clean this up. > > Signed-off-by: Colin Ian King Applied to net-next, thanks.