1
0
Fork 0

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: Anson Jacob <ansonjacob.aj@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Anson Jacob 2016-07-08 21:33:08 -04:00 committed by Greg Kroah-Hartman
parent 9877f9de50
commit bda457d427
1 changed files with 6 additions and 6 deletions

View File

@ -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(