mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
pktgen: adjust spacing in proc file interface output
commit d079abd181950a44cdf31daafd1662388a6c4d2e upstream. 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> Signed-off-by: Zefan Li <lizefan@huawei.com>
This commit is contained in:
parent
9624869c05
commit
5653e9020e
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,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 a new issue