]> rtime.felk.cvut.cz Git - socketcan-devel.git/blobdiff - kernel/2.4/can/af_can.c
Preventing procfs output to overflow PAGE_SIZE.
[socketcan-devel.git] / kernel / 2.4 / can / af_can.c
index f8f434a1bf027d34e2ba6b7b64f6a2c1ddb13c04..879ed17cd6496ab1f0ad2293744bf2d6c6c10227 100644 (file)
@@ -114,8 +114,7 @@ struct notifier {
 static LIST_HEAD(notifier_list);
 static rwlock_t notifier_lock = RW_LOCK_UNLOCKED;
 
-static
-struct dev_rcv_lists rx_alldev_list;
+static struct dev_rcv_lists rx_alldev_list;
 struct dev_rcv_lists *rx_dev_list;
 rwlock_t rcv_lists_lock = RW_LOCK_UNLOCKED;