Skip to content

Commit 8906701

Browse files
Jeff 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 15eec4e commit 8906701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)