firewire fixes for 6.10-rc1
After merging a commit 1fffe7a34c89 ("script: modpost: emit a warning when the description is missing"), MODULE_DESCRIPTOR seems to be mandatory for kernel modules. In FireWire subsystem, the most of practical kernel modules have the field, while KUnit test modules do not. A single patch is applied to fix them. -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQE66IEYNDXNBPeGKSsLtaWM8LwEwUCZluw+AAKCRCsLtaWM8Lw E9ZFAP0VkxcIcis4hY5z27Oj5Al7bg1+TrnGSuju82mqDapHqQD9Gp8x5Xz+5Bme qM9edRRoR7iGlzTrEYv4FULVkdU1Vg4= =Mo99 -----END PGP SIGNATURE----- Merge tag 'firewire-fixes-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 Pull firewire fix from Takashi Sakamoto: "After merging a commit 1fffe7a34c89 ("script: modpost: emit a warning when the description is missing"), MODULE_DESCRIPTOR seems to be mandatory for kernel modules. In FireWire subsystem, the most of practical kernel modules have the field, while KUnit test modules do not. A single patch is applied to fix them" * tag 'firewire-fixes-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394: firewire: add missing MODULE_DESCRIPTION() to test modules
This commit is contained in:
commit
54bec8ed57
@ -579,4 +579,5 @@ static struct kunit_suite packet_serdes_test_suite = {
|
||||
};
|
||||
kunit_test_suite(packet_serdes_test_suite);
|
||||
|
||||
MODULE_DESCRIPTION("FireWire packet serialization/deserialization unit test suite");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -86,4 +86,5 @@ static struct kunit_suite structure_layout_test_suite = {
|
||||
};
|
||||
kunit_test_suite(structure_layout_test_suite);
|
||||
|
||||
MODULE_DESCRIPTION("FireWire UAPI unit test suite");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
x
Reference in New Issue
Block a user