Staging: vt6655: Align a function declaration
authorMadhumitha Prabakaran <madhumithabiw@gmail.com>
Wed, 27 Feb 2019 21:26:03 +0000 (15:26 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2019 08:03:50 +0000 (09:03 +0100)
Align function return type and function arguments to improve
readability.

Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/baseband.c

index b5ba0c76fb4346cd74eb81f7abefb77ef28c2fe1..b4cdc0b7fee7664204703cf2643ade33c18ae011 100644 (file)
@@ -1704,13 +1704,9 @@ static const unsigned short awcFrameTime[MAX_RATE] = {
  * Return Value: FrameTime
  *
  */
-unsigned int
-BBuGetFrameTime(
-       unsigned char byPreambleType,
-       unsigned char byPktType,
-       unsigned int cbFrameLength,
-       unsigned short wRate
-)
+unsigned int BBuGetFrameTime(unsigned char byPreambleType,
+                            unsigned char byPktType,
+                            unsigned int cbFrameLength, unsigned short wRate)
 {
        unsigned int uFrameTime;
        unsigned int uPreamble;