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 @@ ...@@ -52,7 +52,7 @@
/*--------------------- Export Functions --------------------------*/ /*--------------------- Export Functions --------------------------*/
/*+ /*
* *
* Routine Description: * Routine Description:
* Enable hw power saving functions * Enable hw power saving functions
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
* Return Value: * Return Value:
* None. * None.
* *
-*/ */
void void
PSvEnablePowerSaving( PSvEnablePowerSaving(
...@@ -104,7 +104,7 @@ PSvEnablePowerSaving( ...@@ -104,7 +104,7 @@ PSvEnablePowerSaving(
pr_debug("PS:Power Saving Mode Enable...\n"); pr_debug("PS:Power Saving Mode Enable...\n");
} }
/*+ /*
* *
* Routine Description: * Routine Description:
* Disable hw power saving functions * Disable hw power saving functions
...@@ -112,7 +112,7 @@ PSvEnablePowerSaving( ...@@ -112,7 +112,7 @@ PSvEnablePowerSaving(
* Return Value: * Return Value:
* None. * None.
* *
-*/ */
void void
PSvDisablePowerSaving( PSvDisablePowerSaving(
...@@ -134,7 +134,7 @@ PSvDisablePowerSaving( ...@@ -134,7 +134,7 @@ PSvDisablePowerSaving(
} }
/*+ /*
* *
* Routine Description: * Routine Description:
* Check if Next TBTT must wake up * Check if Next TBTT must wake up
...@@ -142,7 +142,7 @@ PSvDisablePowerSaving( ...@@ -142,7 +142,7 @@ PSvDisablePowerSaving(
* Return Value: * Return Value:
* None. * None.
* *
-*/ */
bool bool
PSbIsNextTBTTWakeUp( 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