Ignore:
Timestamp:
2018-05-17T08:29:01Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ff23ff
Parents:
fac0ac7
git-author:
Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
Message:

Fix block comment formatting (ccheck).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c

    rfac0ac7 r7c3fb9b  
    169169{
    170170        assert(regs);
    171         /* Init sequence for dispc is in chapter 7.6.5.1.4 p. 1810,
    172          * no idea what parts of that work. */
     171        /*
     172         * Init sequence for dispc is in chapter 7.6.5.1.4 p. 1810,
     173         * no idea what parts of that work.
     174         */
    173175
    174176        /* Disable all interrupts */
     
    248250        /* 0x03ff03c0 is the default */
    249251        regs->gfx.fifo_threshold = 0x03ff03c0;
    250         /* This value should be stride - width, 1 means next pixel i.e.
    251          * stride == width */
     252        /*
     253         * This value should be stride - width, 1 means next pixel i.e.
     254         * stride == width
     255         */
    252256        regs->gfx.row_inc = 1;
    253257        /* number of bytes to next pixel in BPP multiples */
Note: See TracChangeset for help on using the changeset viewer.