treewide: switch to C-code style comments
[project/netifd.git] / interface-ip.h
index 5374d9386955e09a8c85990a0a7ff79276435606..ec6d7fbd0f9d559f3a414af236d7295fedd4de3d 100644 (file)
@@ -98,7 +98,7 @@ struct device_route {
 
        /* must be last */
        enum device_addr_flags flags;
-       int metric; // there can be multiple routes to the same target
+       int metric; /* there can be multiple routes to the same target */
        unsigned int table;
        unsigned int mask;
        unsigned int sourcemask;