Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc0ee163 authored by Lad, Prabhakar's avatar Lad, Prabhakar Committed by David S. Miller
Browse files

be2net: fix sparse warning



this patch fixes following sparse warning:

be_cmds.c:2750:5: warning: symbol 'be_cmd_set_qos' was not declared. Should it be static?

Signed-off-by: default avatarLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4a95b6d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2747,7 +2747,7 @@ err:
	return status;
	return status;
}
}


int be_cmd_set_qos(struct be_adapter *adapter, u32 bps, u32 domain)
static int be_cmd_set_qos(struct be_adapter *adapter, u32 bps, u32 domain)
{
{
	struct be_mcc_wrb *wrb;
	struct be_mcc_wrb *wrb;
	struct be_cmd_req_set_qos *req;
	struct be_cmd_req_set_qos *req;