Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9666fb35 authored by Marcel Holtmann's avatar Marcel Holtmann
Browse files

Bluetooth: Fix module description strings for Marvell driver



Make the module description entries for the core and also the Marvell
SDIO driver match common practive inside the Bluetooth subsystem.

Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent dcf47f3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -710,6 +710,6 @@ int btmrvl_remove_card(struct btmrvl_private *priv)
EXPORT_SYMBOL_GPL(btmrvl_remove_card);

MODULE_AUTHOR("Marvell International Ltd.");
MODULE_DESCRIPTION("Marvell Bluetooth Driver ver" VERSION);
MODULE_DESCRIPTION("Marvell Bluetooth driver ver " VERSION);
MODULE_VERSION(VERSION);
MODULE_LICENSE("GPL v2");
+1 −1
Original line number Diff line number Diff line
@@ -1109,6 +1109,6 @@ module_init(btmrvl_sdio_init_module);
module_exit(btmrvl_sdio_exit_module);

MODULE_AUTHOR("Marvell International Ltd.");
MODULE_DESCRIPTION("Marvell BT-over-SDIO Driver v" VERSION);
MODULE_DESCRIPTION("Marvell BT-over-SDIO driver ver " VERSION);
MODULE_VERSION(VERSION);
MODULE_LICENSE("GPL v2");