From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Sat, 30 Jun 2018 20:16:15 +0900 (KST) Subject: [PATCH v3 net-next 0/5] Fixes coding style in xilinx_emaclite.c In-Reply-To: <1530191510-10310-1-git-send-email-radhey.shyam.pandey@xilinx.com> References: <1530191510-10310-1-git-send-email-radhey.shyam.pandey@xilinx.com> Message-ID: <20180630.201615.1561953485703310312.davem@davemloft.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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.