diff options
author | Jesse Brandeburg <[email protected]> | 2023-03-13 13:36:07 -0700 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-03-28 09:42:05 -0700 |
commit | 66ceaa4c4507f2b598d37b528796dd34158d31bf (patch) | |
tree | 806df23041ec5a2d9adb54f2526d5598bbc614a5 /scripts/generate_rust_analyzer.py | |
parent | 917fd7d6cdda179fdced2ebb060a9cda517d76e0 (diff) |
ice: fix W=1 headers mismatch
make modules W=1 returns:
.../ice/ice_txrx_lib.c:448: warning: Function parameter or member 'first_idx' not described in 'ice_finalize_xdp_rx'
.../ice/ice_txrx.c:948: warning: Function parameter or member 'ntc' not described in 'ice_get_rx_buf'
.../ice/ice_txrx.c:1038: warning: Excess function parameter 'rx_buf' description in 'ice_construct_skb'
Fix these warnings by adding and deleting the deviant arguments.
Fixes: 2fba7dc5157b ("ice: Add support for XDP multi-buffer on Rx side")
Fixes: d7956d81f150 ("ice: Pull out next_to_clean bump out of ice_put_rx_buf()")
CC: Maciej Fijalkowski <[email protected]>
Signed-off-by: Jesse Brandeburg <[email protected]>
Reviewed-by: Piotr Raczynski <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions