]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
pktgen: adjust spacing in proc file interface output
authorJesper Dangaard Brouer <brouer@redhat.com>
Thu, 21 May 2015 10:16:11 +0000 (12:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Sep 2015 11:52:08 +0000 (13:52 +0200)
commit d079abd181950a44cdf31daafd1662388a6c4d2e upstream.

Too many spaces were introduced in commit 63adc6fb8ac0 ("pktgen: cleanup
checkpatch warnings"), thus misaligning "src_min:" to other columns.

Fixes: 63adc6fb8ac0 ("pktgen: cleanup checkpatch warnings")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
(cherry picked from commit 7acdcce017318585ddb3eacd1d04610b62f181a5)

Signed-off-by: Willy Tarreau <w@1wt.eu>
net/core/pktgen.c

index f776b991c17a6d93f183ca41724fbad67b1c248c..5b055af69712dd0708d9daf8433e5d5a63a6f0bb 100644 (file)
@@ -560,7 +560,7 @@ static int pktgen_if_show(struct seq_file *seq, void *v)
                           "     dst_min: %s  dst_max: %s\n",
                           pkt_dev->dst_min, pkt_dev->dst_max);
                seq_printf(seq,
-                          "        src_min: %s  src_max: %s\n",
+                          "     src_min: %s  src_max: %s\n",
                           pkt_dev->src_min, pkt_dev->src_max);
        }