File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -476,8 +476,7 @@ struct pktgen_thread {
476
476
#define FIND 0
477
477
478
478
static const char version [] =
479
- "Packet Generator for packet performance testing. "
480
- "Version: " VERSION "\n" ;
479
+ "Packet Generator for packet performance testing. Version: " VERSION "\n" ;
481
480
482
481
static int pktgen_remove_device (struct pktgen_thread * t , struct pktgen_dev * i );
483
482
static int pktgen_add_device (struct pktgen_thread * t , const char * ifname );
@@ -628,8 +627,7 @@ static int pktgen_if_show(struct seq_file *seq, void *v)
628
627
seq_printf (seq , "%pM\n" , pkt_dev -> dst_mac );
629
628
630
629
seq_printf (seq ,
631
- " udp_src_min: %d udp_src_max: %d"
632
- " udp_dst_min: %d udp_dst_max: %d\n" ,
630
+ " udp_src_min: %d udp_src_max: %d udp_dst_min: %d udp_dst_max: %d\n" ,
633
631
pkt_dev -> udp_src_min , pkt_dev -> udp_src_max ,
634
632
pkt_dev -> udp_dst_min , pkt_dev -> udp_dst_max );
635
633
You can’t perform that action at this time.
0 commit comments