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

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
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment