From: Varka Bhadram <varkabhadram@gmail.com>
To: Alexander Aring <alex.aring@gmail.com>, linux-wpan@vger.kernel.org
Subject: Re: [PATCH wpan-next] 6lowpan_rtnl: fix correct return of errno value
Date: Fri, 08 Aug 2014 12:07:02 +0530 [thread overview]
Message-ID: <53E4700E.5020506@gmail.com> (raw)
In-Reply-To: <20140808062814.GA20055@omega>
On 08/08/2014 11:58 AM, Alexander Aring wrote:
> On Fri, Aug 08, 2014 at 08:24:39AM +0200, Alexander Aring wrote:
>> Signed-off-by: Alexander Aring <alex.aring@gmail.com>
>> ---
>> net/ieee802154/6lowpan_rtnl.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/net/ieee802154/6lowpan_rtnl.c b/net/ieee802154/6lowpan_rtnl.c
>> index 0acd273..b6ec3b1 100644
>> --- a/net/ieee802154/6lowpan_rtnl.c
>> +++ b/net/ieee802154/6lowpan_rtnl.c
>> @@ -238,7 +238,7 @@ lowpan_alloc_frag(struct sk_buff *skb, int size,
>> return ERR_PTR(-rc);
>> }
>> } else {
>> - frag = ERR_PTR(ENOMEM);
>> + frag = ERR_PTR(-ENOMEM);
>> }
>>
>> return frag;
>> --
>> 2.0.3
>>
> Sorry, I will also add a "ieee802154: " to beginning of this commit msg.
>
Also some description about patch..?
--
Regards,
Varka Bhadram.
next prev parent reply other threads:[~2014-08-08 6:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-08 6:24 [PATCH wpan-next] 6lowpan_rtnl: fix correct return of errno value Alexander Aring
2014-08-08 6:28 ` Alexander Aring
2014-08-08 6:37 ` Varka Bhadram [this message]
2014-08-08 6:48 ` Alexander Aring
2014-08-08 6:50 ` Varka Bhadram
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=53E4700E.5020506@gmail.com \
--to=varkabhadram@gmail.com \
--cc=alex.aring@gmail.com \
--cc=linux-wpan@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.