mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
vhost_net: Add missing 'static' attribute
This fixes a warning from smatch. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Michael Tokarev
parent
2343dd11a6
commit
d122f1a254
+1
-1
@@ -56,7 +56,7 @@ static const int kernel_feature_bits[] = {
|
||||
};
|
||||
|
||||
/* Features supported by others. */
|
||||
const int user_feature_bits[] = {
|
||||
static const int user_feature_bits[] = {
|
||||
VIRTIO_F_NOTIFY_ON_EMPTY,
|
||||
VIRTIO_RING_F_INDIRECT_DESC,
|
||||
VIRTIO_RING_F_EVENT_IDX,
|
||||
|
||||
Reference in New Issue
Block a user