diff options
author | Joe Perches <joe@perches.com> | 2013-03-18 20:55:41 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 11:16:17 -0700 |
commit | 96d69e201bbdb05c363e899138f9f42bc8ad8f88 (patch) | |
tree | f3ba7f8c5436cfbce1617f415febbd681fe78fd4 /drivers/staging/vt6655/datarate.h | |
parent | bda2a44e2a015535f08aecd5c98e263098db9e75 (diff) | |
download | linux-96d69e201bbdb05c363e899138f9f42bc8ad8f88.tar.gz linux-96d69e201bbdb05c363e899138f9f42bc8ad8f88.tar.bz2 linux-96d69e201bbdb05c363e899138f9f42bc8ad8f88.zip |
staging: vt6655: Remove unnecessary blank lines
Remove a bunch of useless vertical whitespace.
Convert 3 or more consecutive newlines to 2.
Remove blank lines after open brace and before close brace.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/datarate.h')
-rw-r--r-- | drivers/staging/vt6655/datarate.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/vt6655/datarate.h b/drivers/staging/vt6655/datarate.h index d508f56e6699..e4fad05ad859 100644 --- a/drivers/staging/vt6655/datarate.h +++ b/drivers/staging/vt6655/datarate.h @@ -41,19 +41,14 @@ #define RETRY_TIMES_THRD_H 2 // times #define RETRY_TIMES_THRD_L 1 // times - /*--------------------- Export Classes ----------------------------*/ /*--------------------- Export Variables --------------------------*/ - /*--------------------- Export Types ------------------------------*/ - /*--------------------- Export Functions --------------------------*/ - - void RATEvParseMaxRate( void *pDeviceHandler, @@ -85,11 +80,9 @@ wGetRateIdx( unsigned char byRate ); - unsigned char DATARATEbyGetRateIdx( unsigned char byRate ); - #endif //__DATARATE_H__ |