]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'xilinx_emaclite-coding-style'
authorDavid S. Miller <davem@davemloft.net>
Sat, 30 Jun 2018 11:15:45 +0000 (20:15 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Jun 2018 11:15:45 +0000 (20:15 +0900)
commit769228d135b18add8cd4e852b8961a0531b4c7af
tree13ac8ceef99f0038d008f2ce1e5e429f8713c959
parent41c569718ebc9416e8cb3f7db6ac872e8a8c406a
parent9fb98d03782b18a63eead95dc11a590da8bb2fc9
Merge branch 'xilinx_emaclite-coding-style'

Radhey Shyam Pandey says:

====================
Fixes coding style in xilinx_emaclite.c

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>