Commit cb067269 authored by Peng Li's avatar Peng Li Committed by David S. Miller
Browse files

net: hns: remove redundant return int void function



Void function return statements are not generally useful,
so remove the redundant return.

Signed-off-by: default avatarPeng Li <lipeng321@huawei.com>
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5caab55a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -462,8 +462,6 @@ static void hns_ae_adjust_link(struct hnae_handle *handle, int speed,
	default:
		break;
	}

	return;
}

static void hns_ae_get_ring_bdnum_limit(struct hnae_queue *queue,