Ignore:
Timestamp:
2020-12-14T20:41:53Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
02fe42e
Parents:
1382446
git-author:
Jiri Svoboda <jiri@…> (2020-12-14 20:33:54)
git-committer:
Jiri Svoboda <jiri@…> (2020-12-14 20:41:53)
Message:

Fix spacing in single-line comments using latest ccheck

This found incorrectly formatted section comments (with blocks of
asterisks or dashes). I strongly believe against using section comments
but I am not simply removing them since that would probably be
controversial.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/arch/cp15.h

    r1382446 rd1582b50  
    248248        SCTLR_WRITE_XN_EN_FLAG       = 1 << 19, /* Only if virt. supported */
    249249        SCTLR_USPCE_WRITE_XN_EN_FLAG = 1 << 20, /* Only if virt. supported */
    250         SCTLR_FAST_IRQ_EN_FLAG       = 1 << 21, /* Disable impl. specific feat*/
     250        SCTLR_FAST_IRQ_EN_FLAG       = 1 << 21, /* Disable impl. specific feat */
    251251        SCTLR_UNALIGNED_EN_FLAG      = 1 << 22, /* Must be 1 on armv7 */
    252252        SCTLR_EXTENDED_PT_EN_FLAG    = 1 << 23,
     
    584584CONTROL_REG_GEN_WRITE(PMCCNTR, c9, 0, c13, 0);
    585585
    586 /*c10 has tons of reserved too */
     586/* c10 has tons of reserved too */
    587587CONTROL_REG_GEN_READ(PRRR, c10, 0, c2, 0); /* no PAE */
    588588CONTROL_REG_GEN_WRITE(PRRR, c10, 0, c2, 0); /* no PAE */
Note: See TracChangeset for help on using the changeset viewer.