Changeset 47e00b83 in mainline for uspace/lib/c/generic/io/con_srv.c


Ignore:
Timestamp:
2018-05-15T08:32:36Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8800b13, fac0ac7
Parents:
3a26925
git-author:
Jiri Svoboda <jiri@…> (2018-05-14 17:31:01)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-15 08:32:36)
Message:

Fix some block comments (found by ccheck).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/con_srv.c

    r3a26925 r47e00b83  
    352352                return ENOMEM;
    353353
    354 /*      async_sess_t *sess = async_callback_receive(EXCHANGE_SERIALIZE);
    355         if (sess == NULL)
    356                 return ENOMEM;
    357 
    358         srv->client_sess = sess;
    359 */
    360354        srv->client_sess = NULL;
    361355
Note: See TracChangeset for help on using the changeset viewer.