Typo
authorSapan Bhatia <gwsapan@gmail.com>
Thu, 21 Jun 2012 15:25:38 +0000 (11:25 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Thu, 21 Jun 2012 15:25:38 +0000 (11:25 -0400)
transforward.c

index 02d0477..0e42f52 100644 (file)
@@ -96,7 +96,7 @@ static int __init transforward_init(void)
                   return -1;
           }
           //printk("Planted jprobe at %p, handler addr %p\n",
-                 net_probe.kp.addr, net_probe.entry);
+                 //net_probe.kp.addr, net_probe.entry);
 
         return ret;
 }