From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v3 net-next 0/5] Fixes coding style in xilinx_emaclite.c Date: Sat, 30 Jun 2018 20:16:15 +0900 (KST) Message-ID: <20180630.201615.1561953485703310312.davem@davemloft.net> References: <1530191510-10310-1-git-send-email-radhey.shyam.pandey@xilinx.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: michal.simek@xilinx.com, joe@perches.com, andrew@lunn.ch, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org To: radhey.shyam.pandey@xilinx.com Return-path: In-Reply-To: <1530191510-10310-1-git-send-email-radhey.shyam.pandey@xilinx.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Radhey Shyam Pandey Date: Thu, 28 Jun 2018 18:41:45 +0530 > This patchset fixes checkpatch and kernel-doc warnings in > xilinx emaclite driver. No functional change. > > Changes from v2: > -In 2/5 patch refactor if-else to make failure path return early. > -In 2/5 patch coalesce the format onto a single line and add the > missing space after the comma. Series applied.