[PATCH 15/15] drm: Spell vga_switcheroo consistently

2015-09-22 Thread Daniel Vetter
On Sat, Sep 05, 2015 at 11:22:39AM +0200, Lukas Wunner wrote: > 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. >

[PATCH 15/15] drm: Spell vga_switcheroo consistently

2015-09-05 Thread Lukas Wunner
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. Si