diff -r 2c22f3bea8ba -r a89e2bedf004 master/debug.c --- a/master/debug.c Fri Mar 19 13:27:08 2010 +0100 +++ b/master/debug.c Thu Apr 29 14:05:15 2010 +0200 @@ -50,6 +50,8 @@ struct net_device_stats *ec_dbgdev_stats(struct net_device *); #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 31) +/** Device operations for debug interfaces. + */ static const struct net_device_ops ec_dbg_netdev_ops = { .ndo_open = ec_dbgdev_open,