]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: sm750fb: Remove unnecessary comments.
authorElise Lennion <elise.lennion@gmail.com>
Thu, 13 Oct 2016 22:27:17 +0000 (19:27 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:27:37 +0000 (10:27 +0200)
Remove function comments that only restate the function name.

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_power.h

index ba0b3f5bfd9b9e65b9d17dde00d31559102c2cf2..7b24f1185989946af54412c0c2855d7d2c791d6f 100644 (file)
@@ -15,15 +15,7 @@ DPMS_t;
 }
 
 void ddk750_setDPMS(DPMS_t);
-
-/*
- * This function sets the current power mode
- */
 void set_power_mode(unsigned int powerMode);
-
-/*
- * This function sets current gate
- */
 void set_current_gate(unsigned int gate);
 
 /*