diff options
author | Thierry Reding <treding@nvidia.com> | 2015-08-12 16:32:09 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-08-12 17:11:59 +0200 |
commit | 713092783082a1469d329cb63be7c7a0992b2448 (patch) | |
tree | e29d33f7993002740d1d493bf2cd72615fcec3b7 | |
parent | bf8252b3fc247f8634df521af429101064fc43d1 (diff) | |
download | linux-713092783082a1469d329cb63be7c7a0992b2448.tar.gz linux-713092783082a1469d329cb63be7c7a0992b2448.tar.bz2 linux-713092783082a1469d329cb63be7c7a0992b2448.zip |
vga_switcheroo: Cleanup header comment
The header comment uses a weird combination of formatting styles. Make
it consistent.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r-- | drivers/gpu/vga/vga_switcheroo.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/gpu/vga/vga_switcheroo.c b/drivers/gpu/vga/vga_switcheroo.c index 0611ea8a5c49..610e2cd72563 100644 --- a/drivers/gpu/vga/vga_switcheroo.c +++ b/drivers/gpu/vga/vga_switcheroo.c @@ -6,15 +6,15 @@ * Licensed under GPLv2 * * vga_switcheroo.c - Support for laptop with dual GPU using one set of outputs - - Switcher interface - methods require for ATPX and DCM - - switchto - this throws the output MUX switch - - discrete_set_power - sets the power state for the discrete card - - GPU driver interface - - set_gpu_state - this should do the equiv of s/r for the card - - this should *not* set the discrete power state - - switch_check - check if the device is in a position to switch now + * + * Switcher interface - methods require for ATPX and DCM + * - switchto - this throws the output MUX switch + * - discrete_set_power - sets the power state for the discrete card + * + * GPU driver interface + * - set_gpu_state - this should do the equiv of s/r for the card + * - this should *not* set the discrete power state + * - switch_check - check if the device is in a position to switch now */ #include <linux/module.h> |