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 {
476476#define FIND 0
477477
478478static const char version [] =
479- "Packet Generator for packet performance testing. "
480- "Version: " VERSION "\n" ;
479+ "Packet Generator for packet performance testing. Version: " VERSION "\n" ;
481480
482481static int pktgen_remove_device (struct pktgen_thread * t , struct pktgen_dev * i );
483482static 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)
628627 seq_printf (seq , "%pM\n" , pkt_dev -> dst_mac );
629628
630629 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" ,
633631 pkt_dev -> udp_src_min , pkt_dev -> udp_src_max ,
634632 pkt_dev -> udp_dst_min , pkt_dev -> udp_dst_max );
635633
You can’t perform that action at this time.
0 commit comments