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


Groups > linux.kernel > #1300101

[PATCH 0/5] xen-netback: Fine-tuning for three function implementations

Path csiph.com!2.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.datemas.de!weretis.net!feeder1.news.weretis.net!newsfeed.CARNet.hr!news.spin.it!bofh.it!news.nic.it!robomod
From SF Markus Elfring <elfring@users.sourceforge.net>
Newsgroups linux.kernel
Subject [PATCH 0/5] xen-netback: Fine-tuning for three function implementations
Date Sat, 02 Jan 2016 19:00:02 +0100
Message-ID <qMyD7-2In-3@gated-at.bofh.it> (permalink)
References <qEuGl-43C-5@gated-at.bofh.it>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 7bit
X-Provags-ID V03:K0:DEetoPDrwxDov+obU6LbnlAj1i14seBY8uAYitAL38bZeX6IgvF QErOSKswzeqXUE12hrTXjb2Yhc6Mn02IadG9zFT1wPnURHYDVcpzvi9Lof01hkwcSIlHy0f lRMmQNjurzwTo0CdFsY52GiLhpejgIXdPjB5EcA/AuPkYOoqx7wwLS/NNQKWR9ulrpXMbof Y20YKjPakoLrpY5z3QuGQ==
X-Ui-Out-Filterresults notjunk:1;V01:K0:LU1Ihyl5FqU=:g3ZlfPyOvpF/hUHu1wz6ny bqxpKU1OL7rB1Vcg/iZHHWgV8MLcLVFYsdftIP/e06UH0JxH9n30eOr3PnXrirQFnjpCIvX5V AGNqu5IAKW/Oc2kCgMZL/Y5ejD3E3fHXPSvb0tK5y+Ik9gpJfe8zsVWcETVywhQMYvOtNsf1s JCIc00y+ZKQsroQNTYujK/sgYlr7ZXM0JR4wfLs9URpoCF1J5gF9TJG9mJ8aPI2BnOUlgjG8C w1VEe7yHK77pE0K3U6RzN8Ze90G/pajEwMRH7LVmugty0UEXrC4tN/Xwa1kMn6Oov+/fuvrO6 AD7+dyomqKy/XPqUmctVYPfL1uB9rohpF7oDGZJfMmxuGfJYqX+nX2NscMuBYhWdRKZfXqTs7 DhySPAWjHm6OUrOBlxyOid4BfvQmwHa2sjXa16ed1t+to8lhhxPF43fukfaiDJ/5sZIenUuwU s2ErZarbJG1rviujD04FVlXGPx475dehwYNiMpI0XDdG2HTMFndUurjZmWYXFNiPodVZkj/UD 5S6K3ksiYbKGu34y5tzGtx6JAOkNhagtkutGNAvlrO5N2OIk9QRUv7YgB96S+btVd6iSIRFs3 wA8xh6HNemfXo4aW7pSY+7836KtcCZ4jP7FSHYkO0oQjdI07aup9h4naGkg8eehWlFgdLvvX5 YJHbUqbiBJXop6mou7iqG87EWhtbon2bH3rq5jPwH0sjvXryN0/OCN0EnbogTL2hxKsJUWGC1 fWxNuRaW8cqakPiSLdSw0bsB18/Xoy2YeTpFb/Tuja+tLxtXqKPBQyJ8U2mao5is/v36agoc2 /SQBaQL
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 24
Organization linux.* mail to news gateway
X-Original-Cc LKML <linux-kernel@vger.kernel.org>, kernel-janitors@vger.kernel.org, Julia Lawall <julia.lawall@lip6.fr>
X-Original-Date Sat, 2 Jan 2016 18:50:12 +0100
X-Original-Message-ID <56880DD4.2090806@users.sourceforge.net>
X-Original-References <566ABCD9.1060404@users.sourceforge.net>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1300101

Show key headers only | View raw


From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sat, 2 Jan 2016 18:46:45 +0100

A few update suggestions were taken into account
from static source code analysis.

Markus Elfring (5):
  Delete an unnecessary assignment in connect_rings()
  Delete an unnecessary goto statement in connect_rings()
  Replace a variable initialisation by an assignment in read_xenbus_vif_flags()
  Replace a variable initialisation by an assignment in xen_register_watchers()
  Delete an unnecessary variable initialisation in xen_register_watchers()

 drivers/net/xen-netback/xenbus.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

-- 
2.6.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] xen-netback: Fine-tuning for three function  implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2016-01-02 19:00 +0100
  [PATCH 2/5] xen-netback: Delete an unnecessary goto statement in  connect_rings() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-01-02 19:00 +0100
  [PATCH 5/5] xen-netback: Delete an unnecessary variable  initialisation in xen_register_watchers() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-01-02 19:10 +0100
  Re: [PATCH 0/5] xen-netback: Fine-tuning for three function  implementations Joe Perches <joe@perches.com> - 2016-01-03 02:40 +0100
  Re: [PATCH 0/5] xen-netback: Fine-tuning for three function  implementations Dan Carpenter <dan.carpenter@oracle.com> - 2016-01-04 10:50 +0100
  Re: [PATCH 0/5] xen-netback: Fine-tuning for three function  implementations Wei Liu <wei.liu2@citrix.com> - 2016-01-04 12:10 +0100

csiph-web