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


Ignore:
Timestamp:
2018-05-17T08:29:01Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ff23ff
Parents:
fac0ac7
git-author:
Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
Message:

Fix block comment formatting (ccheck).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/hid/usbhid/kbd/kbddev.c

    rfac0ac7 r7c3fb9b  
    174174                async_answer_0(icall_handle, EOK);
    175175                break;
    176         /* This might be ugly but async_callback_receive_start makes no
    177          * difference for incorrect call and malloc failure. */
     176                /*
     177                 * This might be ugly but async_callback_receive_start makes no
     178                 * difference for incorrect call and malloc failure.
     179                 */
    178180        case IPC_M_CONNECT_TO_ME:
    179181                sess = async_callback_receive_start(EXCHANGE_SERIALIZE, icall);
     
    579581        }
    580582
    581         /* Set LEDs according to initial setup.
    582          * Set Idle rate */
     583        /*
     584         * Set LEDs according to initial setup.
     585         * Set Idle rate
     586         */
    583587        usb_kbd_set_led(hid_dev, kbd_dev);
    584588
     
    649653        }
    650654
    651         /* Store the initialized HID device and HID ops
    652          * to the DDF function. */
     655        /*
     656         * Store the initialized HID device and HID ops
     657         * to the DDF function.
     658         */
    653659        ddf_fun_set_ops(fun, &kbdops);
    654660
Note: See TracChangeset for help on using the changeset viewer.