mbox series

[net-next,v2,0/2] octeontx2: Address some warnings

Message ID 20240904-octeontx2-sparse-v2-0-14f2305fe4b2@kernel.org (mailing list archive)
Headers show
Series octeontx2: Address some warnings | expand

Message

Simon Horman Sept. 4, 2024, 6:29 p.m. UTC
Hi,

This patchset addresses some warnings flagged by Sparse, gcc-14, and
clang-18 in files touched by recent patch submissions.

Although these changes do not alter the functionality of the code, by
addressing them real problems introduced in future which are flagged by
Sparse will stand out more readily.

Compile tested only.

---
Changes in v2:
- Updated cover letter - it incorrectly claimed both patches
  addressed issues flagged by Sparse
- Added Tested-by tags from Geetha sowjanya. Thanks!
- Link to v1: https://lore.kernel.org/r/20240903-octeontx2-sparse-v1-0-f190309ecb0a@kernel.org

---
Simon Horman (2):
      octeontx2-af: Pass string literal as format argument of alloc_workqueue()
      octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()

 drivers/net/ethernet/marvell/octeontx2/af/rvu.c        | 4 ++--
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

base-commit: 54f1a107bd034e8d9052f5642280876090ebe31c

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 7, 2024, 1:30 a.m. UTC | #1
Hello:

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

On Wed, 04 Sep 2024 19:29:35 +0100 you wrote:
> Hi,
> 
> This patchset addresses some warnings flagged by Sparse, gcc-14, and
> clang-18 in files touched by recent patch submissions.
> 
> Although these changes do not alter the functionality of the code, by
> addressing them real problems introduced in future which are flagged by
> Sparse will stand out more readily.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] octeontx2-af: Pass string literal as format argument of alloc_workqueue()
    https://git.kernel.org/netdev/net-next/c/92218f108f51
  - [net-next,v2,2/2] octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()
    https://git.kernel.org/netdev/net-next/c/7baa90c616e5

You are awesome, thank you!