mbox series

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

Message ID 1529322610-27215-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 18, 2018, 11:50 a.m. UTC
This patchset fixes checkpatch and kernel-doc warnings in
xilinx emaclite driver. No functional change.

Radhey Shyam Pandey (5):
  net: emaclite: Use __func__ instead of hardcoded name
  net: emaclite: Balance braces in else statement
  net: emaclite: update kernel-doc comments
  net: emaclite: Fix block comments style
  net: emaclite: Remove unnecessary spaces

 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 101 +++++++++++++++-----------
 1 file changed, 58 insertions(+), 43 deletions(-)

Comments

David Miller June 19, 2018, 10:55 p.m. UTC | #1
From: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Date: Mon, 18 Jun 2018 17:20:05 +0530

> This patchset fixes checkpatch and kernel-doc warnings in
> xilinx emaclite driver. No functional change.

Such cleanups are only appropriate for net-next, which is closed at this
time.