Changeset eed4139 in mainline for uspace/lib/nic/src/nic_impl.c


Ignore:
Timestamp:
2018-03-22T23:23:18Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbb37b6
Parents:
77f0a1d
Message:

Fix some comments mentioning 'call IDs'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/src/nic_impl.c

    r77f0a1d reed4139  
    783783 * @return EINVAL       If the NIC is not in state where it allows on demand polling
    784784 */
    785 errno_t nic_poll_now_impl(ddf_fun_t *fun) {
     785errno_t nic_poll_now_impl(ddf_fun_t *fun)
     786{
    786787        nic_t *nic_data = nic_get_from_ddf_fun(fun);
    787788        fibril_rwlock_read_lock(&nic_data->main_lock);
     
    804805 * Logs a warning message and returns ENOTSUP to the caller.
    805806 *
    806  * @param fun           The DDF function where the method should be called.
    807  * @param chandle       IPC call identifier
    808  * @param call          IPC call data
     807 * @param fun      The DDF function where the method should be called.
     808 * @param chandle  IPC call handle
     809 * @param call     IPC call data
    809810 */
    810811void nic_default_handler_impl(ddf_fun_t *fun, cap_call_handle_t chandle,
Note: See TracChangeset for help on using the changeset viewer.