projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df37d1a
)
drivers/staging/bcm: Added a space after a comma.
author
Chuong Ngo
<cngo.linux@gmail.com>
Fri, 6 Jun 2014 17:55:20 +0000
(13:55 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:03:29 +0000
(17:03 -0700)
Signed-off-by: Chuong Ngo <cngo.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.c
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/CmHost.c
b/drivers/staging/bcm/CmHost.c
index fb1d932c5d790a6e2a6b93b4a2f848c482bee223..3dbdf0eb49aca2335e0840600ee6964a8ce7514c 100644
(file)
--- a/
drivers/staging/bcm/CmHost.c
+++ b/
drivers/staging/bcm/CmHost.c
@@
-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;