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 11:53:13 +0000 [thread overview]
Message-ID: <20120330115313.GA3231@mwanda> (raw)
In-Reply-To: <1333107513-10434-1-git-send-email-santoshprasadnayak@gmail.com>
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...
regards,
dan carpenter
next prev parent reply other threads:[~2012-03-30 11:53 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 [this message]
2012-03-30 12:20 ` Dan Carpenter
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=20120330115313.GA3231@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.