Skip to content

Commit e9de1ec

Browse files
larsclausengregkh
authored andcommitted
staging: ralink-gdma: Remove incorrect author information
Lars did not write the ralink-gdma driver. Looks like his name just got copy&pasted from another similar DMA driver. Remove his name from the copyright and MODULE_AUTHOR. Signed-off-by: Lars-Peter Clausen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 43c85d7 commit e9de1ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/staging/ralink-gdma/ralink-gdma.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
3-
* Copyright (C) 2013, Lars-Peter Clausen <[email protected]>
43
* GDMA4740 DMAC support
54
*/
65

@@ -914,6 +913,5 @@ static struct platform_driver gdma_dma_driver = {
914913
};
915914
module_platform_driver(gdma_dma_driver);
916915

917-
MODULE_AUTHOR("Lars-Peter Clausen <[email protected]>");
918916
MODULE_DESCRIPTION("Ralink/MTK DMA driver");
919917
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)