Ignore:
Timestamp:
2018-04-04T15:42:37Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/arch/cpu.h

    r47b2d7e3 r1433ecda  
    4242        uint16_t version;
    4343        uint16_t revision;
    44 } __attribute__ ((packed)) cpu_arch_t;
     44} __attribute__((packed)) cpu_arch_t;
    4545
    4646NO_TRACE static inline void cpu_version(cpu_arch_t *info)
    4747{
    4848        asm volatile (
    49                 "mfpvr %[cpu_info]\n"
    50                 : [cpu_info] "=r" (*info)
     49            "mfpvr %[cpu_info]\n"
     50            : [cpu_info] "=r" (*info)
    5151        );
    5252}
Note: See TracChangeset for help on using the changeset viewer.