Skip to content

Commit 8906701

Browse files
jeff-t-johnsongregkh
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> Link: https://lore.kernel.org/r/20240602-md-virtio_dma_buf-v1-1-ce602d47e257@quicinc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 15eec4e commit 8906701

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)