Changeset 972c60ce in mainline


Ignore:
Timestamp:
2011-12-12T17:15:05Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf84871
Parents:
cf155ed
Message:

cstyle (no change in functionality)

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/start.S

    rcf155ed r972c60ce  
    174174        mov ar.bspstore = r8
    175175        loadrs
    176 
     176       
    177177        #
    178178        # Initialize memory stack to some sane value and allocate a scratch area
     
    196196        srlz.i
    197197        srlz.d ;;
    198 
     198       
    199199        br.call.sptk.many b0 = arch_pre_main
    2002000:
  • uspace/lib/c/generic/async.c

    rcf155ed r972c60ce  
    18461846       
    18471847        fibril_mutex_lock(&async_sess_mutex);
    1848 
     1848       
    18491849        int rc = async_hangup_internal(sess->phone);
    18501850       
  • uspace/lib/c/include/bitops.h

    rcf155ed r972c60ce  
    4040/** Mask with bit @a n set. */
    4141#define BIT_V(type, n) \
    42     ((type)1 << (n))
     42    ((type) 1 << (n))
    4343
    4444/** Mask with rightmost @a n bits set. */
  • uspace/lib/c/include/ipc/net.h

    rcf155ed r972c60ce  
    305305 *
    306306 */
    307 #define IPC_GET_DEVICE_HANDLE(call) ((devman_handle_t) IPC_GET_ARG2(call))
     307#define IPC_GET_DEVICE_HANDLE(call)  ((devman_handle_t) IPC_GET_ARG2(call))
    308308
    309309/** Return the device driver service message argument.
  • uspace/lib/usbhost/Makefile

    rcf155ed r972c60ce  
    3232        -I$(LIBUSB_PREFIX)/include \
    3333        -I$(LIBDRV_PREFIX)/include \
    34         -Iinclude 
     34        -Iinclude
    3535
    3636SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.