mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
Staging: vt6655: Align a function declaration
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>
This commit is contained in:
parent
a248ca38d8
commit
ffc33e99a6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user