mbox series

[v2,0/5] Fixes coding style in xilinx_emaclite.c

Message ID 1530171584-20673-1-git-send-email-radhey.shyam.pandey@xilinx.com
Headers show
Series Fixes coding style in xilinx_emaclite.c | expand

Message

Radhey Shyam Pandey June 28, 2018, 7:39 a.m. UTC
This patchset fixes checkpatch and kernel-doc warnings in
xilinx emaclite driver. No functional change.

Changes from v1:
-In 2/5 patch refactor if-else to make failure path return early. 

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 |  109 ++++++++++++++-----------
 1 files changed, 63 insertions(+), 46 deletions(-)