Yufeng Wang
ec05544c85
tools: virtio/linux/module.h add MODULE_DESCRIPTION() define.
when we build tools/virtio, meet below error information.
cc -g -O2 -Werror -Wno-maybe-uninitialized -Wall
-I. -I../include/ -I ../../usr/include/
-Wno-pointer-sign -fno-strict-overflow
-fno-strict-aliasing -fno-common -MMD
-U_FORTIFY_SOURCE -include ../../include/linux/kconfig.h
-mfunction-return=thunk -fcf-protection=none
-mindirect-branch-register -pthread
-c -o virtio_ring.o ../../drivers/virtio/virtio_ring.c
../../drivers/virtio/virtio_ring.c:3276:20: error:expected declaration specifiers or ‘...’ before string constant
3276 | MODULE_DESCRIPTION("Virtio ring implementation");
|
to fix, add MODULE_DESCRIPTION() define for virtio test.
Fixes: ab0727f3dd ("virtio: add missing MODULE_DESCRIPTION() macros")
Signed-off-by: Yufeng Wang <wangyufeng@kylinos.cn>
Message-Id: <20250114064726.33079-1-wangyufeng@kylinos.cn>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2025-02-25 07:10:45 -05:00
..
2025-02-17 22:40:02 -08:00
2025-01-12 12:50:11 +00:00
2025-01-28 23:27:01 +09:00
2025-01-24 05:45:40 -08:00
2025-01-16 10:59:20 -08:00
2024-11-14 09:12:04 +09:00
2024-11-13 16:30:05 +01:00
2024-12-09 18:44:15 +00:00
2024-11-03 20:33:43 +00:00
2025-01-28 09:01:36 -08:00
2025-01-24 05:45:40 -08:00
2025-02-17 22:40:02 -08:00
2025-01-27 14:30:23 -08:00
2025-02-16 10:30:58 -08:00
2025-01-30 17:38:20 -08:00
2025-02-02 10:49:13 -08:00
2025-02-13 06:47:08 -10:00
2025-01-09 12:49:49 -03:00
2024-11-07 15:25:50 +00:00
2025-02-22 09:03:54 -08:00
2024-11-15 14:29:03 +01:00
2025-01-26 14:25:58 -08:00
2024-10-29 04:23:23 +01:00
2024-12-27 14:41:01 -05:00
2025-02-25 07:10:45 -05:00