mbox series

[net-next,0/2] Modifying format and renaming goto labels

Message ID 20241114112549.376101-1-justinlai0215@realtek.com (mailing list archive)
Headers show
Series Modifying format and renaming goto labels | expand

Message

Justin Lai Nov. 14, 2024, 11:25 a.m. UTC
This patch set primarily involves modifying the enum rtase_registers
format and renaming the goto labels in rtase_init_one.

Justin Lai (2):
  rtase: Modify the name of the goto label
  rtase: Modify the content format of the enum rtase_registers

 drivers/net/ethernet/realtek/rtase/rtase.h      |  2 +-
 drivers/net/ethernet/realtek/rtase/rtase_main.c | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 16, 2024, 2 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 14 Nov 2024 19:25:47 +0800 you wrote:
> This patch set primarily involves modifying the enum rtase_registers
> format and renaming the goto labels in rtase_init_one.
> 
> Justin Lai (2):
>   rtase: Modify the name of the goto label
>   rtase: Modify the content format of the enum rtase_registers
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] rtase: Modify the name of the goto label
    https://git.kernel.org/netdev/net-next/c/fdb53791195c
  - [net-next,2/2] rtase: Modify the content format of the enum rtase_registers
    https://git.kernel.org/netdev/net-next/c/39007e1c1c7c

You are awesome, thank you!