public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/staging/bcm: Added a space after a comma.
@ 2014-06-06 17:55 Chuong Ngo
  0 siblings, 0 replies; only message in thread
From: Chuong Ngo @ 2014-06-06 17:55 UTC (permalink / raw)
  To: gregkh; +Cc: mail, lisa, garyrookard, devel, linux-kernel, trivial, Chuong Ngo

Signed-off-by: Chuong Ngo <cngo.linux@gmail.com>
---
 drivers/staging/bcm/CmHost.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/bcm/CmHost.c b/drivers/staging/bcm/CmHost.c
index fb1d932..3dbdf0e 100644
--- 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;
-- 
2.0.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-06 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 17:55 [PATCH] drivers/staging/bcm: Added a space after a comma Chuong Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox