Thread (13 messages) 13 messages, 6 authors, 2016-07-29

Re: [PATCH net-next 1/2] mpls: packet stats

From: David Miller <davem@davemloft.net>
Date: 2016-02-16 20:08:15

From: David Laight <redacted>
Date: Mon, 8 Feb 2016 11:51:34 +0000
From: Francois Romieu
quoted
Sent: 06 February 2016 10:59
quoted
+void mpls_stats_inc_outucastpkts(struct net_device *dev,
+				 const struct sk_buff *skb)
+{
+	struct mpls_dev *mdev;
+	struct inet6_dev *in6dev;
Nit: the scope can be reduced for both variables.
And hiding the definitions of variables in the middle of
functions just makes them harder to find.	
I completely disagree.  You look up from the scope you are reading back
to the top-level scope to fine variable declarations.

If the variable declarations are closer to where you are looking you
don't even need to scroll back at all.

It also happens to help the compiler run more efficiently.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help