All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] Drivers: hv: Fix return type of hv_post_message().
Date: Fri, 30 Mar 2012 12:20:16 +0000	[thread overview]
Message-ID: <20120330122016.GG3289@mwanda> (raw)
In-Reply-To: <1333107513-10434-1-git-send-email-santoshprasadnayak@gmail.com>

On Fri, Mar 30, 2012 at 02:53:13PM +0300, Dan Carpenter wrote:
> On Fri, Mar 30, 2012 at 05:08:33PM +0530, santosh nayak wrote:
> > From: Santosh Nayak <santoshprasadnayak@gmail.com>
> > 
> > On failed memory allocation 'hv_post_message()' returns -ENOMEM.
> > As return type of this function is 'u16', -ENOMEM becomes 65524.
> > Change the return type from 'u16' to 'int'.
> > 
> > Signed-off-by: Santosh Nayak <santoshprasadnayak@gmail.com>
> 
> Too late.  :P  I just fixed this one two days ago...
> 

Btw, for a while a bunch of us were sending duplicate patches.  So
that's why part of the reason why we CC kernel-janitors.   Also I do
appreciate Walter's reviews as well.

regards,
dan carpenter


      parent reply	other threads:[~2012-03-30 12:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-30 11:50 [PATCH] Drivers: hv: Fix return type of hv_post_message() santosh nayak
2012-03-30 11:53 ` Dan Carpenter
2012-03-30 12:20 ` Dan Carpenter [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=20120330122016.GG3289@mwanda \
    --to=dan.carpenter@oracle.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.