]> git.sur5r.net Git - u-boot/blobdiff - cpu/ixp/npe/include/IxEthDB.h
Minor cleanup.
[u-boot] / cpu / ixp / npe / include / IxEthDB.h
index 1189c9a140147de6fe9bea633e532cb6af730aa8..43ee802d6421d1db6142324d66c6ff2c85fc500f 100644 (file)
@@ -799,10 +799,10 @@ IxEthDBStatus ixEthDBFilteringDatabaseShowRecords(IxEthDBPortId portID, IxEthDBR
  * @verbatim
     IxEthDBPortMap portMap;
     
-    // clear all ports from port map
+    /* clear all ports from port map */
     memset(portMap, 0, sizeof (portMap)); 
     
-    // include portID in port map 
+    /* include portID in port map  */
     portMap[portID / 8] = 1 << (portID % 8);
    @endverbatim
  *