Skip to content

Commit

Permalink
Update rmk's email address in various drivers
Browse files Browse the repository at this point in the history
Globally update my email address in six files scattered through the
tree.

Acked-by: Sam Ravnborg <[email protected]>
Acked-by: Hans Verkuil <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
Russell King committed Apr 21, 2020
1 parent c281634 commit 4f39467
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/armada/armada_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static void __exit armada_drm_exit(void)
}
module_exit(armada_drm_exit);

MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
MODULE_DESCRIPTION("Armada DRM Driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:armada-drm");
2 changes: 1 addition & 1 deletion drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ static struct platform_driver snd_dw_hdmi_driver = {

module_platform_driver(snd_dw_hdmi_driver);

MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
MODULE_DESCRIPTION("Synopsis Designware HDMI AHB ALSA interface");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:" DRIVER_NAME);
2 changes: 1 addition & 1 deletion drivers/gpu/drm/etnaviv/etnaviv_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ static void __exit etnaviv_exit(void)
module_exit(etnaviv_exit);

MODULE_AUTHOR("Christian Gmeiner <[email protected]>");
MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
MODULE_AUTHOR("Lucas Stach <[email protected]>");
MODULE_DESCRIPTION("etnaviv DRM Driver");
MODULE_LICENSE("GPL v2");
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/cec/cec-notifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* cec-notifier.c - notify CEC drivers of physical address changes
*
* Copyright 2016 Russell King <[email protected]>
* Copyright 2016 Russell King.
* Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/phy/swphy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Software PHY emulation
*
* Code taken from fixed_phy.c by Russell King <[email protected]>
* Code taken from fixed_phy.c by Russell King.
*
* Author: Vitaly Bordug <[email protected]>
* Anton Vorontsov <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion include/media/cec-notifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* cec-notifier.h - notify CEC drivers of physical address changes
*
* Copyright 2016 Russell King <[email protected]>
* Copyright 2016 Russell King.
* Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
*/

Expand Down

0 comments on commit 4f39467

Please sign in to comment.