Changeset 8565a42 in mainline for kernel/generic/src/ipc/ipcrsc.c


Ignore:
Timestamp:
2018-03-02T20:34:50Z (7 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1a81f69, d5e5fd1
Parents:
3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
git-committer:
GitHub <noreply@…> (2018-03-02 20:34:50)
Message:

Remove all trailing whitespace, everywhere.

See individual commit messages for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipcrsc.c

    r3061bc1 r8565a42  
    193193                    &phone_kobject_ops);
    194194                phone->kobject = kobject;
    195                
     195
    196196                cap_publish(task, handle, kobject);
    197197
     
    213213        if (!kobj)
    214214                return;
    215        
     215
    216216        assert(kobj->phone);
    217217        assert(kobj->phone->state == IPC_PHONE_CONNECTING);
    218        
     218
    219219        kobject_put(kobj);
    220220        cap_free(TASK, handle);
     
    232232        if (!phone_obj)
    233233                return false;
    234        
     234
    235235        assert(phone_obj->phone->state == IPC_PHONE_CONNECTING);
    236        
     236
    237237        /* Hand over phone_obj reference to the answerbox */
    238238        return ipc_phone_connect(phone_obj->phone, box);
Note: See TracChangeset for help on using the changeset viewer.