Changeset 30eab78 in mainline for kernel/generic/src/adt/list.c


Ignore:
Timestamp:
2017-06-27T17:14:57Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
39b0a51
Parents:
b76ce3f
Message:

Remove remaining differences between kernel and user lists.

File:
1 edited

Legend:

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

    rb76ce3f r30eab78  
    6969
    7070/** Moves items of one list into another after the specified item.
    71  * 
    72  * Inserts all items of @a list after item at @a pos in another list. 
    73  * Both lists may be empty. 
    74  * 
     71 *
     72 * Inserts all items of @a list after item at @a pos in another list.
     73 * Both lists may be empty.
     74 *
    7575 * @param list Source list to move after pos. Empty afterwards.
    7676 * @param pos Source items will be placed after this item.
Note: See TracChangeset for help on using the changeset viewer.