Home
last modified time | relevance | path

Searched hist:"53 ff2517" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dxen-netfront.c53ff2517 Wed Sep 14 01:43:39 CDT 2022 ruanjinjie <ruanjinjie@huawei.com> xen-netfront: make bounce_skb static

The symbol is not used outside of the file, so mark it static.

Fixes the following warning:

./drivers/net/xen-netfront.c:676:16: warning: symbol 'bounce_skb' was not declared. Should it be static?

Signed-off-by: ruanjinjie <ruanjinjie@huawei.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20220914064339.49841-1-ruanjinjie@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>