forked from Minki/linux
Staging: vt6655: Align a static function declaration
Align function arguments and function return type 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
e2d55017ae
commit
9ae38b86fc
@ -60,14 +60,9 @@ static const unsigned short cwRXBCNTSFOff[MAX_RATE] = {
|
||||
|
||||
/*--------------------- Static Functions --------------------------*/
|
||||
|
||||
static
|
||||
void
|
||||
s_vCalculateOFDMRParameter(
|
||||
unsigned char byRate,
|
||||
u8 bb_type,
|
||||
unsigned char *pbyTxRate,
|
||||
unsigned char *pbyRsvTime
|
||||
);
|
||||
static void s_vCalculateOFDMRParameter(unsigned char byRate, u8 bb_type,
|
||||
unsigned char *pbyTxRate,
|
||||
unsigned char *pbyRsvTime);
|
||||
|
||||
/*--------------------- Export Functions --------------------------*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user