Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1605598 > unrolled thread

[PATCH v2 0/2] netfilter: Compress return logic

Started bysimran singhal <singhalsimran0@gmail.com>
First post2017-03-21 14:40 +0100
Last post2017-03-21 14:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/2] netfilter: Compress return logic simran singhal <singhalsimran0@gmail.com> - 2017-03-21 14:40 +0100

#1605598 — [PATCH v2 0/2] netfilter: Compress return logic

Fromsimran singhal <singhalsimran0@gmail.com>
Date2017-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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web