diff options
| author | Lukas Wunner <[email protected]> | 2015-09-05 09:17:35 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2015-10-02 20:08:25 +0000 |
| commit | 1694467b96cadd1b166b3bd0365b2431a7685143 (patch) | |
| tree | 7f9c93fe7c2431eacb8037beb91b14a2b9c77c59 /drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | |
| parent | drm/radeon: Spell vga_switcheroo consistently (diff) | |
| download | kernel-1694467b96cadd1b166b3bd0365b2431a7685143.tar.gz kernel-1694467b96cadd1b166b3bd0365b2431a7685143.zip | |
drm/amdgpu: Spell vga_switcheroo consistently
Currently everyone and their dog has their own favourite spelling
for vga_switcheroo. This makes it hard to grep dmesg for log entries
relating to vga_switcheroo. It also makes it hard to find related
source files in the tree.
vga_switcheroo.c uses pr_fmt "vga_switcheroo". Use that everywhere.
Signed-off-by: Lukas Wunner <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c index 275f1c3dbba0..78233225dd36 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c @@ -489,7 +489,7 @@ static int amdgpu_info_ioctl(struct drm_device *dev, void *data, struct drm_file * * @dev: drm dev pointer * - * Switch vga switcheroo state after last close (all asics). + * Switch vga_switcheroo state after last close (all asics). */ void amdgpu_driver_lastclose_kms(struct drm_device *dev) { |
