Changeset ae7d03c in mainline for uspace/lib/c/generic


Ignore:
Timestamp:
2018-05-10T13:39:19Z (8 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.

Location:
uspace/lib/c/generic
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/device/hw_res.c

    rb277bef rae7d03c  
    2727 */
    2828
    29  /** @addtogroup libc
     29/** @addtogroup libc
    3030 * @{
    3131 */
  • uspace/lib/c/generic/device/pio_window.c

    rb277bef rae7d03c  
    2727 */
    2828
    29  /** @addtogroup libc
     29/** @addtogroup libc
    3030 * @{
    3131 */
  • 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{
  • uspace/lib/c/generic/vfs/vfs.c

    rb277bef rae7d03c  
    669669                /*
    670670                 * No device specified, create a fresh null/%d device instead.
    671                 */
     671                 */
    672672                null_id = loc_null_create();
    673673
Note: See TracChangeset for help on using the changeset viewer.