mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
dcf47f3bc7
commit
9666fb356d
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue