diff options
author | Dave Jones <davej@redhat.com> | 2014-12-19 17:23:50 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-12-23 11:03:10 +0100 |
commit | bd8136d397c72e16d61810bb71d92656acfc66e6 (patch) | |
tree | 5d9fbc55f90e723d2ea1a4e66327f11c71d4db8c /drivers/char/agp/nvidia-agp.c | |
parent | Merge tag 'drm/tegra/for-3.19-rc1-fixes' of git://people.freedesktop.org/~tag... (diff) | |
download | linux-bd8136d397c72e16d61810bb71d92656acfc66e6.tar.xz linux-bd8136d397c72e16d61810bb71d92656acfc66e6.zip |
agp: Fix up email address & attributions in AGP MODULE_AUTHOR tags
- Remove soon-to-be-dead @redhat address.
- Jeff Hartmann wrote the bulk of the original backend code, and should
at least get a mention in the MODULE_AUTHOR for backend.o
- Various people at Intel have done a lot more work than myself on the
intel-* drivers, so again, mention that.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/char/agp/nvidia-agp.c')
-rw-r--r-- | drivers/char/agp/nvidia-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/nvidia-agp.c b/drivers/char/agp/nvidia-agp.c index a1861b75eb31..6c8d39cb566e 100644 --- a/drivers/char/agp/nvidia-agp.c +++ b/drivers/char/agp/nvidia-agp.c @@ -1,7 +1,7 @@ /* * Nvidia AGPGART routines. * Based upon a 2.4 agpgart diff by the folks from NVIDIA, and hacked up - * to work in 2.5 by Dave Jones <davej@redhat.com> + * to work in 2.5 by Dave Jones. */ #include <linux/module.h> |