net/mlx5e: Use bool as return type for mlx5e_xdp_handle
authorTariq Toukan <tariqt@mellanox.com>
Thu, 23 Nov 2017 12:39:22 +0000 (14:39 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Mon, 14 May 2018 22:10:21 +0000 (15:10 -0700)
commitefb6d7a20c856e8714d17f5a4ce509df893c4f01
treea4d53c106db71ec5c0c1a7aad7ab65732ce4fc09
parentbd206fd52e039870027d23d6de9f432272fc61d5
net/mlx5e: Use bool as return type for mlx5e_xdp_handle

Function returns boolean values, use bool instead of int.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c