Merge tag 'staging-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[firefly-linux-kernel-4.4.55.git] / drivers / staging / vt6655 / tether.c
index 26dc89aa1a7bd091a032c024f7a12be32689bfa3..a5dc3c09cfd776a830cd38da1ac69169c7d54855 100644 (file)
@@ -47,8 +47,6 @@
 
 /*---------------------  Export Variables  --------------------------*/
 
-
-
 /*
  * Description: Calculate multicast hash value by CRC32
  *
@@ -79,10 +77,9 @@ unsigned char ETHbyGetHashIndexByCrc32(unsigned char *pbyMultiAddr)
        }
 
        // adjust 6-bits to the right most
-       return (byHash >> 2);
+       return byHash >> 2;
 }
 
-
 /*
  * Description: Check CRC value of the buffer if Ok or not
  *
@@ -106,4 +103,3 @@ bool ETHbIsBufferCrc32Ok(unsigned char *pbyBuffer, unsigned int cbFrameLength)
        }
        return true;
 }
-