From: Håkon Bugge Date: Fri, 28 Sep 2018 13:19:30 +0000 (+0200) Subject: net: rds: Fix blank at eol in af_rds.c X-Git-Tag: v4.1.12-124.31.3~518 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=738eb5910976ebd6ee16ab772dd8a1cf62a163fc;p=users%2Fjedix%2Flinux-maple.git net: rds: Fix blank at eol in af_rds.c Orabug: 28720071 Signed-off-by: Håkon Bugge Reviewed-by: Darren Kenny --- diff --git a/net/rds/af_rds.c b/net/rds/af_rds.c index 54be1fb5e2d7..ce81b506ce0f 100644 --- a/net/rds/af_rds.c +++ b/net/rds/af_rds.c @@ -1068,7 +1068,7 @@ static void rds_qos_threshold_init(void) tok = str; while (tok) { char *qos_str, *threshold_str; - + qos_str = tok; threshold_str = strchr(tok, ':'); if (threshold_str) {