public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chuong Ngo <cngo.linux@gmail.com>
To: gregkh@linuxfoundation.org
Cc: mail@beyermatthias.de, lisa@xenapiadmin.com,
	garyrookard@gmail.com, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org, trivial@kernel.org,
	Chuong Ngo <cngo.linux@gmail.com>
Subject: [PATCH] drivers/staging/bcm: Added a space after a comma.
Date: Fri,  6 Jun 2014 13:55:20 -0400	[thread overview]
Message-ID: <1402077320-13324-1-git-send-email-cngo.linux@gmail.com> (raw)

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


                 reply	other threads:[~2014-06-06 17:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1402077320-13324-1-git-send-email-cngo.linux@gmail.com \
    --to=cngo.linux@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=garyrookard@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lisa@xenapiadmin.com \
    --cc=mail@beyermatthias.de \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox