aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/pktgen.c')
-rw-r--r--net/core/pktgen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/pktgen.c b/net/core/pktgen.c
index a37ec53c554c..fa3e128eb5e9 100644
--- a/net/core/pktgen.c
+++ b/net/core/pktgen.c
@@ -1482,7 +1482,7 @@ static ssize_t pktgen_if_write(struct file *file,
1482 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows); 1482 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows);
1483 return count; 1483 return count;
1484 } 1484 }
1485 1485#ifdef CONFIG_XFRM
1486 if (!strcmp(name, "spi")) { 1486 if (!strcmp(name, "spi")) {
1487 len = num_arg(&user_buffer[i], 10, &value); 1487 len = num_arg(&user_buffer[i], 10, &value);
1488 if (len < 0) 1488 if (len < 0)
@@ -1493,7 +1493,7 @@ static ssize_t pktgen_if_write(struct file *file,
1493 sprintf(pg_result, "OK: spi=%u", pkt_dev->spi); 1493 sprintf(pg_result, "OK: spi=%u", pkt_dev->spi);
1494 return count; 1494 return count;
1495 } 1495 }
1496 1496#endif
1497 if (!strcmp(name, "flowlen")) { 1497 if (!strcmp(name, "flowlen")) {
1498 len = num_arg(&user_buffer[i], 10, &value); 1498 len = num_arg(&user_buffer[i], 10, &value);
1499 if (len < 0) 1499 if (len < 0)