mbox series

[net-next,v2,0/4] Remove useless inline functions from net

Message ID 20220922083857.1430811-1-cuigaosheng1@huawei.com (mailing list archive)
Headers show
Series Remove useless inline functions from net | expand

Message

Gaosheng Cui Sept. 22, 2022, 8:38 a.m. UTC
v2:
  1. Take the wireless patch("mlxsw: reg: Remove unused inline function
  mlxsw_reg_sftr2_pack()")out of the series.
  2. Remove the entire SFTR-V2 register in the patch("mlxsw: reg: Remove
  deprecated code about SFTR-V2 Register").
  3. Change Subject prefix to "PATCH net-next".
  Thanks for taking time to review the patch.

v1:
  This series contains a few cleanup patches, to remove unused
  inline functions who's caller have been removed. Thanks!

Gaosheng Cui (4):
  mlxsw: reg: Remove deprecated code about SFTR-V2 Register
  neighbour: Remove unused inline function neigh_key_eq16()
  net: Remove unused inline function sk_nulls_node_init()
  net: Remove unused inline function dst_hold_and_use()

 drivers/net/ethernet/mellanox/mlxsw/reg.h | 71 -----------------------
 include/net/dst.h                         |  6 --
 include/net/neighbour.h                   |  5 --
 include/net/sock.h                        |  5 --
 4 files changed, 87 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 26, 2022, 7:40 p.m. UTC | #1
Hello:

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

On Thu, 22 Sep 2022 16:38:53 +0800 you wrote:
> v2:
>   1. Take the wireless patch("mlxsw: reg: Remove unused inline function
>   mlxsw_reg_sftr2_pack()")out of the series.
>   2. Remove the entire SFTR-V2 register in the patch("mlxsw: reg: Remove
>   deprecated code about SFTR-V2 Register").
>   3. Change Subject prefix to "PATCH net-next".
>   Thanks for taking time to review the patch.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/4] mlxsw: reg: Remove deprecated code about SFTR-V2 Register
    https://git.kernel.org/netdev/net-next/c/a9c3abf4e576
  - [net-next,v2,2/4] neighbour: Remove unused inline function neigh_key_eq16()
    https://git.kernel.org/netdev/net-next/c/c8f01a4a5447
  - [net-next,v2,3/4] net: Remove unused inline function sk_nulls_node_init()
    https://git.kernel.org/netdev/net-next/c/d6755f37abfd
  - [net-next,v2,4/4] net: Remove unused inline function dst_hold_and_use()
    https://git.kernel.org/netdev/net-next/c/0b81882ddf8a

You are awesome, thank you!