Changeset ae7d03c in mainline for uspace/lib/c/generic/inet/addr.c


Ignore:
Timestamp:
2018-05-10T13:39:19Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8975278
Parents:
b277bef
git-author:
Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
Message:

Selected ccheck-proposed comment fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/inet/addr.c

    rb277bef rae7d03c  
    8383
    8484/** Compare addr48.
    85   *
    86   * @return Non-zero if equal, zero if not equal.
    87   */
     85 *
     86 * @return Non-zero if equal, zero if not equal.
     87 */
    8888int addr48_compare(const addr48_t a, const addr48_t b)
    8989{
     
    9292
    9393/** Compare addr128.
    94   *
    95   * @return Non-zero if equal, zero if not equal.
    96   */
     94 *
     95 * @return Non-zero if equal, zero if not equal.
     96 */
    9797int addr128_compare(const addr128_t a, const addr128_t b)
    9898{
Note: See TracChangeset for help on using the changeset viewer.