aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_uvd.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-10-31 18:45:18 +0100
committerMarek Olšák <[email protected]>2017-11-02 18:19:03 +0100
commit529cdce799f30606ee857599f34de3ec9014dc09 (patch)
tree8724e226ce1eb927b088f981137c10d285766ae2 /src/gallium/drivers/radeon/radeon_uvd.c
parent172e8e42c4eb898a80e3b967d495b4b8619905c7 (diff)
radeonsi: remove 'Authors:' comments
It's inaccurate. Instead, see the copyright and use "git log" and "git blame" to know the authorship. Acked-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/radeon_uvd.c')
-rw-r--r--src/gallium/drivers/radeon/radeon_uvd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/radeon/radeon_uvd.c b/src/gallium/drivers/radeon/radeon_uvd.c
index 032ed7c2583..bf7a2ae910b 100644
--- a/src/gallium/drivers/radeon/radeon_uvd.c
+++ b/src/gallium/drivers/radeon/radeon_uvd.c
@@ -25,12 +25,6 @@
*
**************************************************************************/
-/*
- * Authors:
- * Christian König <[email protected]>
- *
- */
-
#include <sys/types.h>
#include <assert.h>
#include <errno.h>