diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-18 15:23:53 +0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-18 15:23:53 +0400 |
commit | 63fbd24e5102eecfc9d049ed7f4be7f9a25f814f (patch) | |
tree | 9ead3c67300ce8bcdbe26d02ba264e84baea930a /net/bluetooth/bnep | |
parent | 90855d7b725d764d6d70503bcc1b494cf10ddc98 (diff) | |
download | linux-63fbd24e5102eecfc9d049ed7f4be7f9a25f814f.tar.xz |
[Bluetooth] Consolidate maintainers information
The Bluetooth entries for the MAINTAINERS file are a little bit too
much. Consolidate them into two entries. One for Bluetooth drivers and
another one for the Bluetooth subsystem.
Also the MODULE_AUTHOR should indicate the current maintainer of the
module and actually not the original author. Fix all Bluetooth modules
to provide current maintainer information.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/bnep')
-rw-r--r-- | net/bluetooth/bnep/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/bnep/core.c b/net/bluetooth/bnep/core.c index 12bba6207a8d..80ba30cf4b68 100644 --- a/net/bluetooth/bnep/core.c +++ b/net/bluetooth/bnep/core.c @@ -736,7 +736,7 @@ MODULE_PARM_DESC(compress_src, "Compress sources headers"); module_param(compress_dst, bool, 0644); MODULE_PARM_DESC(compress_dst, "Compress destination headers"); -MODULE_AUTHOR("David Libault <david.libault@inventel.fr>, Maxim Krasnyansky <maxk@qualcomm.com>"); +MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>"); MODULE_DESCRIPTION("Bluetooth BNEP ver " VERSION); MODULE_VERSION(VERSION); MODULE_LICENSE("GPL"); |