mbox series

[net-next,0/3] net: emaclite: Trivial code cleanup

Message ID 1649939831-14901-1-git-send-email-radhey.shyam.pandey@xilinx.com (mailing list archive)
Headers show
Series net: emaclite: Trivial code cleanup | expand

Message

Radhey Shyam Pandey April 14, 2022, 12:37 p.m. UTC
This patchset fix coding style issues, remove BUFFER_ALIGN
macro and also update copyright text.


I have to resend as earlier series didn't reach mailing list
due to some configuration issue.


Michal Simek (1):
  net: emaclite: Update copyright text to correct format

Radhey Shyam Pandey (1):
  net: emaclite: Fix coding style

Shravya Kumbham (1):
  net: emaclite: Remove custom BUFFER_ALIGN macro

 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 55 +++++++++------------------
 1 file changed, 18 insertions(+), 37 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 15, 2022, 10:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 14 Apr 2022 18:07:08 +0530 you wrote:
> This patchset fix coding style issues, remove BUFFER_ALIGN
> macro and also update copyright text.
> 
> 
> I have to resend as earlier series didn't reach mailing list
> due to some configuration issue.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: emaclite: Fix coding style
    https://git.kernel.org/netdev/net-next/c/945e659dffad
  - [net-next,2/3] net: emaclite: Update copyright text to correct format
    https://git.kernel.org/netdev/net-next/c/7ae7d494f626
  - [net-next,3/3] net: emaclite: Remove custom BUFFER_ALIGN macro
    https://git.kernel.org/netdev/net-next/c/7240bf6fb216

You are awesome, thank you!