Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa1eecdc authored by Elise Lennion's avatar Elise Lennion Committed by Greg Kroah-Hartman
Browse files

staging: sm750fb: Remove unnecessary comments.



Remove function comments that only restate the function name.

Signed-off-by: default avatarElise Lennion <elise.lennion@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3fcb465f
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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);

/*