Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

vringh: add MODULE_DESCRIPTION()

Fix the allmodconfig 'make w=1' issue:

WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/vhost/vringh.o

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Message-Id: <20240516-md-vringh-v1-1-31bf37779a5a@quicinc.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>

authored by

Jeff Johnson and committed by
Michael S. Tsirkin
e400ddf0 9be237df

+1
+1
drivers/vhost/vringh.c
··· 1614 1614 1615 1615 #endif 1616 1616 1617 + MODULE_DESCRIPTION("host side of a virtio ring"); 1617 1618 MODULE_LICENSE("GPL");