[GIT PULL] firewire fixes for v6.10-rc1

From: Takashi Sakamoto
Date: Sat Jun 01 2024 - 19:44:04 EST


Hi Linus,

Please apply a single trivial patch from FireWire subsystem to your tree.

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-6.10-rc1

for you to fetch changes up to f94b77709e82242c1101e59a90a7807455c4ab2a:

firewire: add missing MODULE_DESCRIPTION() to test modules (2024-05-27 07:34:58 +0900)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Jeff Johnson (1):
firewire: add missing MODULE_DESCRIPTION() to test modules

drivers/firewire/packet-serdes-test.c | 1 +
drivers/firewire/uapi-test.c | 1 +
2 files changed, 2 insertions(+)


Regards

Takashi Sakamoto