Skip to content

Commit 69eced9

Browse files
jeff-t-johnsonmstsirkin
authored andcommitted
virtio: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/virtio/virtio_dma_buf.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Message-Id: <20240602-md-virtio_dma_buf-v1-1-ce602d47e257@quicinc.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
1 parent 6c85d6b commit 69eced9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/virtio/virtio_dma_buf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@ int virtio_dma_buf_get_uuid(struct dma_buf *dma_buf,
8585
}
8686
EXPORT_SYMBOL(virtio_dma_buf_get_uuid);
8787

88+
MODULE_DESCRIPTION("dma-bufs for virtio exported objects");
8889
MODULE_LICENSE("GPL");
8990
MODULE_IMPORT_NS(DMA_BUF);

0 commit comments

Comments
 (0)