linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/5] Fixes coding style in xilinx_emaclite.c
@ 2018-06-28 13:11 Radhey Shyam Pandey
  2018-06-28 13:11 ` [PATCH v3 net-next 1/5] net: emaclite: Use __func__ instead of hardcoded name Radhey Shyam Pandey
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Radhey Shyam Pandey @ 2018-06-28 13:11 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Radhey Shyam Pandey (5):
  net: emaclite: Use __func__ instead of hardcoded name
  net: emaclite: Simplify if-else statements
  net: emaclite: update kernel-doc comments
  net: emaclite: Fix block comments style
  net: emaclite: Remove unnecessary spaces

 drivers/net/ethernet/xilinx/xilinx_emaclite.c |  112 ++++++++++++++-----------
 1 files changed, 64 insertions(+), 48 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-30 11:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-28 13:11 [PATCH v3 net-next 0/5] Fixes coding style in xilinx_emaclite.c Radhey Shyam Pandey
2018-06-28 13:11 ` [PATCH v3 net-next 1/5] net: emaclite: Use __func__ instead of hardcoded name Radhey Shyam Pandey
2018-06-28 13:11 ` [PATCH v3 net-next 2/5] net: emaclite: Simplify if-else statements Radhey Shyam Pandey
2018-06-28 13:11 ` [PATCH v3 net-next 3/5] net: emaclite: update kernel-doc comments Radhey Shyam Pandey
2018-06-28 13:11 ` [PATCH v3 net-next 4/5] net: emaclite: Fix block comments style Radhey Shyam Pandey
2018-06-28 13:11 ` [PATCH v3 net-next 5/5] net: emaclite: Remove unnecessary spaces Radhey Shyam Pandey
2018-06-30 11:16 ` [PATCH v3 net-next 0/5] Fixes coding style in xilinx_emaclite.c David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).