Changeset eed4139 in mainline for uspace/drv/hid/usbhid/kbd/kbddev.c


Ignore:
Timestamp:
2018-03-22T23:23:18Z (6 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/drv/hid/usbhid/kbd/kbddev.c

    r77f0a1d reed4139  
    156156 * KBDEV_SET_IND sets LED keyboard indicators.
    157157 *
    158  * @param fun Device function handling the call.
    159  * @param icall_handle Call id.
    160  * @param icall Call data.
    161  */
    162 static void default_connection_handler(ddf_fun_t *fun,
    163     cap_call_handle_t icall_handle, ipc_call_t *icall)
     158 * @param fun           Device function handling the call.
     159 * @param icall_handle  Call handle.
     160 * @param icall         Call data.
     161 */
     162static void
     163default_connection_handler(ddf_fun_t *fun, cap_call_handle_t icall_handle,
     164    ipc_call_t *icall)
    164165{
    165166        const sysarg_t method = IPC_GET_IMETHOD(*icall);
Note: See TracChangeset for help on using the changeset viewer.