lvs-devel
|
To: | wensong@xxxxxxxxxxxx |
---|---|
Subject: | [PATCH] ipvs: fixed style error in ip_vs_sched |
Cc: | horms@xxxxxxxxxxxx, ja@xxxxxx, pablo@xxxxxxxxxxxxx, kaber@xxxxxxxxx, kadlec@xxxxxxxxxxxxxxxxx, davem@xxxxxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, lvs-devel@xxxxxxxxxxxxxxx, netfilter-devel@xxxxxxxxxxxxxxx, netfilter@xxxxxxxxxxxxxxx, coreteam@xxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, Dragos Foianu <dragos.foianu@xxxxxxxxx> |
From: | Dragos Foianu <dragos.foianu@xxxxxxxxx> |
Date: | Thu, 11 Jul 2013 22:20:38 +0300 |
found with the help of checkpatch.pl Signed-off-by: Dragos Foianu <dragos.foianu@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [PATCH] ipvs: fixed style errors in ip_vs_dh, Dragos Foianu |
---|---|
Next by Date: | [PATCH] ipvs: fixed style errors and warnings in ip_vs_conn, Dragos Foianu |
Previous by Thread: | [PATCH] ipvs: fixed style errors in ip_vs_dh, Dragos Foianu |
Next by Thread: | [PATCH] ipvs: fixed style errors and warnings in ip_vs_conn, Dragos Foianu |
Indexes: | [Date] [Thread] [Top] [All Lists] |