Changeset 0f269c2 in mainline for kernel/generic/src/cpu


Ignore:
Timestamp:
2008-06-03T14:46:06Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2b8b0ca
Parents:
c70d693
Message:

proper printf formatting & coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/cpu/cpu.c

    rc70d693 r0f269c2  
    105105                        cpu_print_report(&cpus[i]);
    106106                else
    107                         printf("cpu%d: not active\n", i);
     107                        printf("cpu%u: not active\n", i);
    108108        }
    109109}
Note: See TracChangeset for help on using the changeset viewer.