Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffc33e99 authored by Madhumitha Prabakaran's avatar Madhumitha Prabakaran Committed by Greg Kroah-Hartman
Browse files

Staging: vt6655: Align a function declaration



Align function return type and function arguments to improve
readability.

Signed-off-by: default avatarMadhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a248ca38
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -1704,13 +1704,9 @@ static const unsigned short awcFrameTime[MAX_RATE] = {
 * Return Value: FrameTime
 *
 */
unsigned int
BBuGetFrameTime(
	unsigned char byPreambleType,
unsigned int BBuGetFrameTime(unsigned char byPreambleType,
			     unsigned char byPktType,
	unsigned int cbFrameLength,
	unsigned short wRate
)
			     unsigned int cbFrameLength, unsigned short wRate)
{
	unsigned int uFrameTime;
	unsigned int uPreamble;