Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 411fd527 authored by Tingwei Liu's avatar Tingwei Liu Committed by Simon Horman
Browse files

ipvs: Reduce checkpatch noise in ip_vs_lblc.c



Add whitespace after operator and put open brace { on the previous line

Cc: Tingwei Liu <liutingwei@hisense.com>
Cc: lvs-devel@vger.kernel.org
Signed-off-by: default avatarTingwei Liu <tingw.liu@gmail.com>
Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
parent c61b0c13
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -536,8 +536,7 @@ ip_vs_lblc_schedule(struct ip_vs_service *svc, const struct sk_buff *skb,
/*
 *      IPVS LBLC Scheduler structure
 */
static struct ip_vs_scheduler ip_vs_lblc_scheduler =
{
static struct ip_vs_scheduler ip_vs_lblc_scheduler = {
	.name =			"lblc",
	.refcnt =		ATOMIC_INIT(0),
	.module =		THIS_MODULE,