summaryrefslogtreecommitdiff
path: root/cpu/ixp/npe/include/IxEthDB.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@castor.denx.de>2006-05-30 15:58:20 +0200
committerWolfgang Denk <wd@castor.denx.de>2006-05-30 15:58:20 +0200
commitd9455273053bb69a94a338dff56330d3be50f14e (patch)
tree7031ce994e2ad52aec8bcd8e270d1dc22fbea8b6 /cpu/ixp/npe/include/IxEthDB.h
parentba94a1bba3600d387edba7eb451990d9891e1c2f (diff)
downloadu-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.zip
u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.tar.gz
u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.tar.bz2
Minor cleanup.
Diffstat (limited to 'cpu/ixp/npe/include/IxEthDB.h')
-rw-r--r--cpu/ixp/npe/include/IxEthDB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/ixp/npe/include/IxEthDB.h b/cpu/ixp/npe/include/IxEthDB.h
index 1189c9a..43ee802 100644
--- a/cpu/ixp/npe/include/IxEthDB.h
+++ b/cpu/ixp/npe/include/IxEthDB.h
@@ -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
*