VirtualBox

Ignore:
Timestamp:
Apr 1, 2015 2:06:36 PM (10 years ago)
Author:
vboxsync
Message:

PS2K: coding style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/PS2K.cpp

    r55073 r55075  
    618618 * @param   u8State         Bitfield which reflects LEDs state.
    619619 */
    620 static void PS2KNotifyLedsState(PPS2K pThis, uint8_t u8State)
     620static void ps2kNotifyLedsState(PPS2K pThis, uint8_t u8State)
    621621{
    622622
     
    720720#else
    721721                    {
    722                         PS2KNotifyLedsState(pThis, cmd);
     722                        ps2kNotifyLedsState(pThis, cmd);
    723723                        pThis->fNumLockOn = !!(cmd & 0x02); /* Sync internal Num Lock state. */
    724724                        ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, KRSP_ACK);
     
    13521352    ps2kReleaseKeys(pThis);
    13531353#ifdef IN_RING3
    1354     PS2KNotifyLedsState(pThis, pThis->u8LEDs);
     1354    ps2kNotifyLedsState(pThis, pThis->u8LEDs);
    13551355#endif
    13561356    return VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette