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

Commit bda457d4 authored by Anson Jacob's avatar Anson Jacob Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: power.c: Fix checkpatch warning



Fix checkpatch.pl warning for trailing */ on a separate line
Remove '+' postfix and '-' prefix from the start and end of block comments

Signed-off-by: default avatarAnson Jacob <ansonjacob.aj@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9877f9de
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@

/*---------------------  Export Functions  --------------------------*/

/*+
/*
 *
 * Routine Description:
 * Enable hw power saving functions
@@ -60,7 +60,7 @@
 * Return Value:
 *    None.
 *
 -*/
 */

void
PSvEnablePowerSaving(
@@ -104,7 +104,7 @@ PSvEnablePowerSaving(
	pr_debug("PS:Power Saving Mode Enable...\n");
}

/*+
/*
 *
 * Routine Description:
 * Disable hw power saving functions
@@ -112,7 +112,7 @@ PSvEnablePowerSaving(
 * Return Value:
 *    None.
 *
 -*/
 */

void
PSvDisablePowerSaving(
@@ -134,7 +134,7 @@ PSvDisablePowerSaving(
}


/*+
/*
 *
 * Routine Description:
 * Check if Next TBTT must wake up
@@ -142,7 +142,7 @@ PSvDisablePowerSaving(
 * Return Value:
 *    None.
 *
 -*/
 */

bool
PSbIsNextTBTTWakeUp(