From: kbuild test robot <lkp@intel.com>
To: Parav Pandit <pandit.parav@gmail.com>
Cc: kbuild-all@01.org, cgroups@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-rdma@vger.kernel.org, tj@kernel.org, lizefan@huawei.com,
hannes@cmpxchg.org, dledford@redhat.com, liranl@mellanox.com,
sean.hefty@intel.com, jgunthorpe@obsidianresearch.com,
haggaie@mellanox.com, corbet@lwn.net, james.l.morris@oracle.com,
serge@hallyn.com, ogerlitz@mellanox.com, matanb@mellanox.com,
raindel@mellanox.com, akpm@linux-foundation.org,
linux-security-module@vger.kernel.org, pandit.parav@gmail.com
Subject: [PATCH] rdmacg: fix semicolon.cocci warnings
Date: Sun, 31 Jan 2016 08:37:39 +0800 [thread overview]
Message-ID: <20160131003739.GA19935@lkp-nex05> (raw)
In-Reply-To: <1454192901-31003-2-git-send-email-pandit.parav@gmail.com>
kernel/cgroup_rdma.c:787:2-3: Unneeded semicolon
kernel/cgroup_rdma.c:611:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Parav Pandit <pandit.parav@gmail.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
cgroup_rdma.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/kernel/cgroup_rdma.c
+++ b/kernel/cgroup_rdma.c
@@ -608,7 +608,7 @@ static enum rdmacg_resource_pool_type of
default:
pool_type = RDMACG_RESOURCE_POOL_HW;
break;
- };
+ }
return pool_type;
}
@@ -784,7 +784,7 @@ static int get_resource_val(struct rdmac
default:
val = 0;
break;
- };
+ }
return val;
}
next prev parent reply other threads:[~2016-01-31 0:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-30 22:28 [PATCHv4 0/3] rdmacg: IB/core: rdma controller support Parav Pandit
2016-01-30 22:28 ` [PATCHv4 1/3] rdmacg: Added rdma cgroup controller Parav Pandit
2016-01-31 0:19 ` kbuild test robot
2016-01-31 0:37 ` kbuild test robot
2016-01-31 0:37 ` kbuild test robot [this message]
2016-01-31 1:30 ` kbuild test robot
2016-01-30 22:28 ` [PATCHv4 2/3] IB/core: added support to use " Parav Pandit
2016-01-31 1:17 ` kbuild test robot
2016-01-30 22:28 ` [PATCHv4 3/3] rdmacg: Added documentation for rdma controller Parav Pandit
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=20160131003739.GA19935@lkp-nex05 \
--to=lkp@intel.com \
--cc=akpm@linux-foundation.org \
--cc=cgroups@vger.kernel.org \
--cc=corbet@lwn.net \
--cc=dledford@redhat.com \
--cc=haggaie@mellanox.com \
--cc=hannes@cmpxchg.org \
--cc=james.l.morris@oracle.com \
--cc=jgunthorpe@obsidianresearch.com \
--cc=kbuild-all@01.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=liranl@mellanox.com \
--cc=lizefan@huawei.com \
--cc=matanb@mellanox.com \
--cc=ogerlitz@mellanox.com \
--cc=pandit.parav@gmail.com \
--cc=raindel@mellanox.com \
--cc=sean.hefty@intel.com \
--cc=serge@hallyn.com \
--cc=tj@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