staging: wilc1000: alignment should match open parenthesis
This patch fixes the checks reported by checkpatch.pl alignment should match open parenthesis Signed-off-by: Jude.Lee <jude.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
232ced3d8f
commit
1e553d542b
1 changed files with 4 additions and 3 deletions
|
@ -177,7 +177,8 @@ extern s32 DeallocateAssocRespInfo(tstrConnectRespInfo *pstrConnectRespInfo);
|
||||||
|
|
||||||
#ifndef CONNECT_DIRECT
|
#ifndef CONNECT_DIRECT
|
||||||
extern s32 ParseSurveyResults(u8 ppu8RcvdSiteSurveyResults[][MAX_SURVEY_RESULT_FRAG_SIZE],
|
extern s32 ParseSurveyResults(u8 ppu8RcvdSiteSurveyResults[][MAX_SURVEY_RESULT_FRAG_SIZE],
|
||||||
wid_site_survey_reslts_s **ppstrSurveyResults, u32 *pu32SurveyResultsCount);
|
wid_site_survey_reslts_s **ppstrSurveyResults,
|
||||||
|
u32 *pu32SurveyResultsCount);
|
||||||
extern s32 DeallocateSurveyResults(wid_site_survey_reslts_s *pstrSurveyResults);
|
extern s32 DeallocateSurveyResults(wid_site_survey_reslts_s *pstrSurveyResults);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue