]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
Fix IxEthDB.h to compile again
authorStefan Roese <sr@denx.de>
Wed, 14 Jun 2006 08:18:39 +0000 (10:18 +0200)
committerStefan Roese <sr@denx.de>
Wed, 14 Jun 2006 08:18:39 +0000 (10:18 +0200)
Patch by Stefan Roese, 14 Jun 2006

CHANGELOG
cpu/ixp/npe/include/IxEthDB.h

index 2084202e26c6e930581426199fa7b868462185c5..b5ee677edd034cefefae422ce9112af051c4c9be 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix IxEthDB.h to compile again
+  Patch by Stefan Roese, 14 Jun 2006
+
 * Minor cleanup for PCS440EP board
   Patch by Stefan Roese, 13 Jun 2006
 
index 43ee802d6421d1db6142324d66c6ff2c85fc500f..1189c9a140147de6fe9bea633e532cb6af730aa8 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
  *