aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm
diff options
context:
space:
mode:
Diffstat (limited to 'net/atm')
-rw-r--r--net/atm/clip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c
index 852394072fa1..32c41b8a803e 100644
--- a/net/atm/clip.c
+++ b/net/atm/clip.c
@@ -329,7 +329,7 @@ static struct neigh_table clip_tbl = {
329 .gc_staletime = 60 * HZ, 329 .gc_staletime = 60 * HZ,
330 .reachable_time = 30 * HZ, 330 .reachable_time = 30 * HZ,
331 .delay_probe_time = 5 * HZ, 331 .delay_probe_time = 5 * HZ,
332 .queue_len = 3, 332 .queue_len_bytes = 64 * 1024,
333 .ucast_probes = 3, 333 .ucast_probes = 3,
334 .mcast_probes = 3, 334 .mcast_probes = 3,
335 .anycast_delay = 1 * HZ, 335 .anycast_delay = 1 * HZ,