Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322532
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] rdmacg: fix semicolon.cocci warnings |
| Date | 2016-01-31 01:40 +0100 |
| Message-ID | <qWOdA-3u8-3@gated-at.bofh.it> (permalink) |
| References | <qWOdA-3u8-5@gated-at.bofh.it> <qWMls-27w-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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; }
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCHv4 0/3] rdmacg: IB/core: rdma controller support Parav Pandit <pandit.parav@gmail.com> - 2016-01-30 23:40 +0100
[PATCHv4 1/3] rdmacg: Added rdma cgroup controller. Parav Pandit <pandit.parav@gmail.com> - 2016-01-30 23:40 +0100
[PATCH] rdmacg: fix semicolon.cocci warnings kbuild test robot <lkp@intel.com> - 2016-01-31 01:40 +0100
csiph-web