[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1386529714.9478.0.camel@buesod1.americas.hpqcorp.net>
Date: Sun, 08 Dec 2013 11:08:34 -0800
From: Davidlohr Bueso <davidlohr@...com>
To: Roman Kuznetsov <kuznetsov24@...il.com>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ipc/mqueue.c: fixed a brace coding style issue
On Sat, 2013-12-07 at 23:20 +0400, Roman Kuznetsov wrote:
> Fixed a coding style issue.
>
> Signed-off-by: Roman Kuznetsov <kuznetsov24@...il.com>
Ok, fine.
Acked-by: Davidlohr Bueso <davidlohr@...com>
> ---
> ipc/mqueue.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/ipc/mqueue.c b/ipc/mqueue.c
> index 95827ce..9346238 100644
> --- a/ipc/mqueue.c
> +++ b/ipc/mqueue.c
> @@ -1303,11 +1303,10 @@ retry:
> out_fput:
> fdput(f);
> out:
> - if (sock) {
> + if (sock)
> netlink_detachskb(sock, nc);
> - } else if (nc) {
> + else if (nc)
> dev_kfree_skb(nc);
> - }
> return ret;
> }
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists