]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
vga_switcheroo: Cleanup header comment
authorThierry Reding <treding@nvidia.com>
Wed, 12 Aug 2015 14:32:09 +0000 (16:32 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Aug 2015 15:11:59 +0000 (17:11 +0200)
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>
drivers/gpu/vga/vga_switcheroo.c

index 0611ea8a5c49c8ce736504ccc81a9937937b46b8..610e2cd72563214c95eaa5ff281ee04d0257d75c 100644 (file)
@@ -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>