]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/ixp/npe/include/IxQMgr.h
Big white-space cleanup.
[karo-tx-uboot.git] / cpu / ixp / npe / include / IxQMgr.h
index c083a2b322d322dc501773b79c25b696c8a750fc..165ed96e545f93ab0443ced8e279ccad2be6fdee 100644 (file)
@@ -1134,7 +1134,7 @@ ixQMgrQRead (IxQMgrQId qId,
         * day scenario there are many entries in the queue
         * and the counter does not reach zero.
         */
-       if (infoPtr->qReadCount-- == 0)
+       if (infoPtr->qReadCount-- == 0)
        {
            /* There is maybe no entry in the queue
             * qReadCount is now negative, but will be corrected before
@@ -1475,7 +1475,7 @@ ixQMgrQWrite (IxQMgrQId qId,
            ++entry;
            IX_QMGR_INLINE_WRITE_LONG(++qAccRegAddr, *entry);
        }
-       entrySize = infoPtr->qEntrySizeInWords;
+       entrySize = infoPtr->qEntrySizeInWords;
     }
 
     /* overflow is available for lower queues only */