commit | 5389e916c3b64c3dd249018dfaf983e2e3a06c6f | [log] [tgz] |
---|---|---|
author | Lukas Wunner <lukas@wunner.de> | Fri Sep 04 21:06:15 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Sep 22 17:10:52 2015 +0200 |
tree | 27a03bff85156462f2e709456309ca020fc8ff5b | |
parent | 0f8b83984f14a64851e7219c86fad53dc5da435a [diff] |
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>