Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1605598 > unrolled thread
| Started by | simran singhal <singhalsimran0@gmail.com> |
|---|---|
| First post | 2017-03-21 14:40 +0100 |
| Last post | 2017-03-21 14:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH v2 0/2] netfilter: Compress return logic simran singhal <singhalsimran0@gmail.com> - 2017-03-21 14:40 +0100
| From | simran singhal <singhalsimran0@gmail.com> |
|---|---|
| Date | 2017-03-21 14:40 +0100 |
| Subject | [PATCH v2 0/2] netfilter: Compress return logic |
| Message-ID | <tnsb0-3W4-11@gated-at.bofh.it> |
This patch series Simplify function returns by merging assignment and return into one command line. v2: -Change the subject of cover patch simran singhal (2): netfilter: ipset: Compress return logic netfilter: ipvs: Compress return logic net/netfilter/ipset/ip_set_list_set.c | 5 +---- net/netfilter/ipvs/ip_vs_ftp.c | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web