summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_panel.c
diff options
context:
space:
mode:
authorLukas Wunner2015-09-04 21:06:15 +0200
committerDaniel Vetter2015-09-22 17:10:52 +0200
commit5389e916c3b64c3dd249018dfaf983e2e3a06c6f (patch)
tree27a03bff85156462f2e709456309ca020fc8ff5b /drivers/gpu/drm/i915/intel_panel.c
parentMerge remote-tracking branch 'drm-intel/drm-intel-next-queued' into drm-intel... (diff)
downloadkernel-qcow2-linux-5389e916c3b64c3dd249018dfaf983e2e3a06c6f.tar.gz
kernel-qcow2-linux-5389e916c3b64c3dd249018dfaf983e2e3a06c6f.tar.xz
kernel-qcow2-linux-5389e916c3b64c3dd249018dfaf983e2e3a06c6f.zip
drm/i915: 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 <lukas@wunner.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_panel.c')
-rw-r--r--drivers/gpu/drm/i915/intel_panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_panel.c b/drivers/gpu/drm/i915/intel_panel.c
index 2034438a0664..2c11b4eedfc6 100644
--- a/drivers/gpu/drm/i915/intel_panel.c
+++ b/drivers/gpu/drm/i915/intel_panel.c
@@ -821,7 +821,7 @@ void intel_panel_disable_backlight(struct intel_connector *connector)
return;
/*
- * Do not disable backlight on the vgaswitcheroo path. When switching
+ * Do not disable backlight on the vga_switcheroo path. When switching
* away from i915, the other client may depend on i915 to handle the
* backlight. This will leave the backlight on unnecessarily when
* another client is not activated.