Changeset 09ab0a9a in mainline for kernel/generic/src/adt/cht.c


Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/adt/cht.c

    rb2aaaa0 r09ab0a9a  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28 
    2928
    3029/** @addtogroup genericadt
     
    287286 */
    288287
    289 
    290288#include <adt/cht.h>
    291289#include <adt/hash.h>
     
    396394} wnd_t;
    397395
    398 
    399396/* Sentinel node used by all buckets. Stores the greatest possible hash value.*/
    400397static const cht_link_t sentinel = {
     
    403400        .hash = -1
    404401};
    405 
    406402
    407403static size_t size_to_order(size_t bucket_cnt, size_t min_order);
     
    16831679}
    16841680
    1685 
    16861681#if 0
    16871682static void move_head(marked_ptr_t *psrc_head, marked_ptr_t *pdest_head)
     
    27102705}
    27112706
    2712 
    27132707/** @}
    27142708 */
Note: See TracChangeset for help on using the changeset viewer.