mbox series

[net-next,v2,0/2] gve: Minor cleanups

Message ID 20240508-gve-comma-v2-0-1ac919225f13@kernel.org (mailing list archive)
Headers show
Series gve: Minor cleanups | expand

Message

Simon Horman May 8, 2024, 8:32 a.m. UTC
Hi,

This short patchset provides two minor cleanups for the gve driver.

These were found by tooling as mentioned in each patch,
and otherwise by inspection.

No change in run time behaviour is intended.
Each patch is compile tested only.

---
Changes in v2:
- Collected Reviewed-by tags, thanks!
- Rebased
- Link to v1: https://lore.kernel.org/r/20240503-gve-comma-v1-0-b50f965694ef@kernel.org

---
Simon Horman (2):
      gve: Avoid unnecessary use of comma operator
      gve: Use ethtool_sprintf/puts() to fill stats strings

 drivers/net/ethernet/google/gve/gve_adminq.c  |  4 +--
 drivers/net/ethernet/google/gve/gve_ethtool.c | 42 +++++++++++----------------
 2 files changed, 19 insertions(+), 27 deletions(-)

base-commit: 09ca994072fd8ae99c763db2450222365dfe8fdf

Comments

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

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

On Wed, 08 May 2024 09:32:18 +0100 you wrote:
> Hi,
> 
> This short patchset provides two minor cleanups for the gve driver.
> 
> These were found by tooling as mentioned in each patch,
> and otherwise by inspection.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] gve: Avoid unnecessary use of comma operator
    https://git.kernel.org/netdev/net-next/c/ebb8308eac84
  - [net-next,v2,2/2] gve: Use ethtool_sprintf/puts() to fill stats strings
    https://git.kernel.org/netdev/net-next/c/ba8bcb012b7d

You are awesome, thank you!