mbox series

[v2,0/3] net: thunderbolt: Fix for sparse warnings and typos

Message ID 20230411091049.12998-1-mika.westerberg@linux.intel.com (mailing list archive)
Headers show
Series net: thunderbolt: Fix for sparse warnings and typos | expand

Message

Mika Westerberg April 11, 2023, 9:10 a.m. UTC
Hi all,

This series tries to fix the rest of the sparse warnings generated
against the driver. While there fix the two typos in comments as well.

The previous version of the series can be found here:

  https://lore.kernel.org/netdev/20230404053636.51597-1-mika.westerberg@linux.intel.com/

Changes from the previous version:

  * Split the sparse fix into two patches
  * Fixed the other typo
  * Added tags from Simon and Andy.

Mika Westerberg (3):
  net: thunderbolt: Fix sparse warnings in tbnet_check_frame() and tbnet_poll()
  net: thunderbolt: Fix sparse warnings in tbnet_xmit_csum_and_map()
  net: thunderbolt: Fix typos in comments

 drivers/net/thunderbolt/main.c | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 13, 2023, 4:20 a.m. UTC | #1
Hello:

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

On Tue, 11 Apr 2023 12:10:46 +0300 you wrote:
> Hi all,
> 
> This series tries to fix the rest of the sparse warnings generated
> against the driver. While there fix the two typos in comments as well.
> 
> The previous version of the series can be found here:
> 
> [...]

Here is the summary with links:
  - [v2,1/3] net: thunderbolt: Fix sparse warnings in tbnet_check_frame() and tbnet_poll()
    https://git.kernel.org/netdev/net-next/c/185367221503
  - [v2,2/3] net: thunderbolt: Fix sparse warnings in tbnet_xmit_csum_and_map()
    https://git.kernel.org/netdev/net-next/c/5bbec0adfa03
  - [v2,3/3] net: thunderbolt: Fix typos in comments
    https://git.kernel.org/netdev/net-next/c/9c60f2a4446c

You are awesome, thank you!