diff options
author | Jeff Johnson <[email protected]> | 2024-07-15 12:27:09 -0700 |
---|---|---|
committer | Alex Williamson <[email protected]> | 2024-07-17 12:24:13 -0600 |
commit | 0756bec2e45b206ccb5fc3e8791c08d696dd06f7 (patch) | |
tree | 2edef0d501fe6c0e3e675b64109a144f3b08a903 /lib/memory-notifier-error-inject.c | |
parent | abe8103da3c59415b790fa260a6676c7bf252a65 (diff) |
vfio-mdev: add missing MODULE_DESCRIPTION() macros
Since commit 1fffe7a34c89 ("script: modpost: emit a warning when the
description is missing"), a module without a MODULE_DESCRIPTION() will
result in a warning with make W=1. The following warnings are being
observed in samples/vfio-mdev:
WARNING: modpost: missing MODULE_DESCRIPTION() in samples/vfio-mdev/mtty.o
WARNING: modpost: missing MODULE_DESCRIPTION() in samples/vfio-mdev/mdpy.o
WARNING: modpost: missing MODULE_DESCRIPTION() in samples/vfio-mdev/mdpy-fb.o
WARNING: modpost: missing MODULE_DESCRIPTION() in samples/vfio-mdev/mbochs.o
Add the missing invocations of the MODULE_DESCRIPTION() macro to these
modules. And in the case of mtty.c, remove the now redundant instance
of the MODULE_INFO() macro.
Signed-off-by: Jeff Johnson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alex Williamson <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions