lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 11 Jan 2016 23:20:46 +0100
From:	Janusz Wolak <januszvdm@...kados.com.pl>
To:	pshelar@...ira.com
Cc:	davem@...emloft.net, netdev@...r.kernel.org, dev@...nvswitch.org,
	linux-kernel@...r.kernel.org,
	Janusz Wolak <januszvdm@...kados.com.pl>
Subject: [PATCH] Removed: missing blank after decaration, line over 80 characters.

Signed-off-by: Janusz Wolak <januszvdm@...kados.com.pl>
---
 net/openvswitch/datapath.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h
index 67bdecd..9c27de1 100644
--- a/net/openvswitch/datapath.h
+++ b/net/openvswitch/datapath.h
@@ -102,6 +102,7 @@ struct ovs_skb_cb {
 	struct vport		*input_vport;
 	u16			mru;
 };
+
 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb)
 
 /**
@@ -172,7 +173,8 @@ static inline struct vport *ovs_vport_rcu(const struct datapath *dp, int port_no
 	return ovs_lookup_vport(dp, port_no);
 }
 
-static inline struct vport *ovs_vport_ovsl_rcu(const struct datapath *dp, int port_no)
+static inline struct vport *ovs_vport_ovsl_rcu(const struct datapath *dp,
+					       int port_no)
 {
 	WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_ovsl_is_held());
 	return ovs_lookup_vport(dp, port_no);
-- 
2.5.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ