mirror of https://gitee.com/openkylin/linux.git
pktgen: adjust spacing in proc file interface output
Too many spaces were introduced in commit63adc6fb8a
("pktgen: cleanup checkpatch warnings"), thus misaligning "src_min:" to other columns. Fixes:63adc6fb8a
("pktgen: cleanup checkpatch warnings") Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d012827e81
commit
d079abd181
|
@ -572,7 +572,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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue