mbox series

[0/2] ice: code clean and promisc mode fix

Message ID 1555077139-244831-1-git-send-email-ying.a.wang@intel.com (mailing list archive)
Headers
Series ice: code clean and promisc mode fix |

Message

Ying Wang April 12, 2019, 1:52 p.m. UTC
  Patch 1/2 modifies the variable type of "status" from "uint16_t" to "int" 
to follow the standard programming style.
Patch 2/2 adds a return value check to give user a correct prompt.

Wang Ying A (2):
  net/ice: code clean
  net/ice: fix promiscuous mode

 drivers/net/ice/ice_ethdev.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)