From: Roman Kuznetsov <kuznetsov24@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Roman Kuznetsov <kuznetsov24@gmail.com>
Subject: [PATCH] ipc/mqueue.c: fixed a brace coding style issue
Date: Sat, 7 Dec 2013 23:20:26 +0400 [thread overview]
Message-ID: <1386444026-14771-1-git-send-email-kuznetsov24@gmail.com> (raw)
Fixed a coding style issue.
Signed-off-by: Roman Kuznetsov <kuznetsov24@gmail.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;
}
--
1.8.1.2
next reply other threads:[~2013-12-07 19:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-07 19:20 Roman Kuznetsov [this message]
2013-12-08 19:08 ` Davidlohr Bueso
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=1386444026-14771-1-git-send-email-kuznetsov24@gmail.com \
--to=kuznetsov24@gmail.com \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome