* [PATCH] ipvs: fixed style error in ip_vs_sched
@ 2013-07-11 19:20 Dragos Foianu
0 siblings, 0 replies; only message in thread
From: Dragos Foianu @ 2013-07-11 19:20 UTC (permalink / raw)
To: wensong
Cc: horms, ja, pablo, kaber, kadlec, davem, netdev, lvs-devel,
netfilter-devel, netfilter, coreteam, linux-kernel, Dragos Foianu
found with the help of checkpatch.pl
Signed-off-by: Dragos Foianu <dragos.foianu@gmail.com>
---
net/netfilter/ipvs/ip_vs_sched.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/netfilter/ipvs/ip_vs_sched.c b/net/netfilter/ipvs/ip_vs_sched.c
index 4dbcda6..a67980d 100644
--- a/net/netfilter/ipvs/ip_vs_sched.c
+++ b/net/netfilter/ipvs/ip_vs_sched.c
@@ -99,7 +99,7 @@ static struct ip_vs_scheduler *ip_vs_sched_getbyname(const char *sched_name)
*/
continue;
}
- if (strcmp(sched_name, sched->name)==0) {
+ if (strcmp(sched_name, sched->name) == 0) {
/* HIT */
mutex_unlock(&ip_vs_sched_mutex);
return sched;
--
1.7.10.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-11 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-11 19:20 [PATCH] ipvs: fixed style error in ip_vs_sched Dragos Foianu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).