drivers/staging/bcm: Added a space after a comma.
Signed-off-by: Chuong Ngo <cngo.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
df37d1ac58
commit
b6d8d3a729
@ -1418,7 +1418,7 @@ static inline ULONG RestoreSFParam(struct bcm_mini_adapter *Adapter,
|
||||
ulAddrSFParamSet = ntohl(ulAddrSFParamSet);
|
||||
|
||||
/* Read out the SF Param Set At the indicated Location */
|
||||
if (rdm(Adapter, ulAddrSFParamSet,(PUCHAR)pucDestBuffer, nBytesToRead) < 0)
|
||||
if (rdm(Adapter, ulAddrSFParamSet, (PUCHAR)pucDestBuffer, nBytesToRead) < 0)
|
||||
return STATUS_FAILURE;
|
||||
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user