All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harsh Kumar <harsh1kumar@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [Patch 1/5] Staging: winbond: Changed c99 comments to c89 comments
Date: Thu, 27 Sep 2012 03:47:56 +0000	[thread overview]
Message-ID: <CAFfwLZjCNOY0x0hE8=s4JUApmiMBY--9nb9_JVKziybQM+2TYA@mail.gmail.com> (raw)
In-Reply-To: <50634165.3010701@gmail.com>

Don't know why it happened. Either I messed it up while writing the
mail or the email client misbehaved.

On Thu, Sep 27, 2012 at 2:32 AM, Greg KH <greg@kroah.com> wrote:
> On Wed, Sep 26, 2012 at 11:24:45PM +0530, Harsh Kumar wrote:
>> @@ -287,7 +286,7 @@ void Wb35Tx_EP2VM_start(struct wbsoft_pr
>>       struct hw_data * pHwData = &adapter->sHwData;
>>       struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
>>
>> -     // Allow only one thread to run into function
>> +     /* Allow only one thread to run into function */
>>       if (atomic_inc_return(&pWb35Tx->TxResultCount) = 1) {
>>               pWb35Tx->EP2vm_state = VM_RUNNING;
>>               Wb35Tx_EP2VM(adapter);Changed c99 comments to c89 comments
>
> What's with that last line?  It's not correct, did your email client get
> messed up?
>
> odd...
>
> greg k-h

      parent reply	other threads:[~2012-09-27  3:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-26 17:55 [Patch 1/5] Staging: winbond: Changed c99 comments to c89 comments Harsh Kumar
2012-09-26 20:18 ` Dan Carpenter
2012-09-26 21:02 ` Greg KH
2012-09-27  3:47 ` Harsh Kumar [this message]

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='CAFfwLZjCNOY0x0hE8=s4JUApmiMBY--9nb9_JVKziybQM+2TYA@mail.gmail.com' \
    --to=harsh1kumar@gmail.com \
    --cc=kernel-janitors@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.