Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-arm64
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomai
  • ipipe-arm64
  • Repository

Switch branch/tag
  • ipipe-arm64
  • scripts
  • checkpatch.pl
Find file BlameHistoryPermalink
  • Andy Whitcroft's avatar
    checkpatch: trailing statements ensure we report the end of the line · bb44ad39
    Andy Whitcroft authored Oct 15, 2008
    
    
    When reporting some complex trailing statements we report only the
    starting line of the error, that tends to imply the shown line is in error
    and confuse the reader.  As we do know where the actual error is report
    that line too with an appropriate gap marker where applicable.
    
        #ERROR: trailing statements should be on next line
        #1: FILE: Z202.c:1:
        +       for (pbh = page_buffers(bh->b_page); pbh != bh;
        +               pbh = pbh->b_this_page, key++);
        #ERROR: trailing statements should be on next line
        #4: FILE: Z202.c:4:
        +       for (pbh = page_buffers(bh->b_page);
        [...]
        +               pbh = pbh->b_this_page, key++);
    Signed-off-by: default avatarAndy Whitcroft <apw@shadowen.org>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    bb44ad39

Replace checkpatch.pl

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Imprint & Privacy Policy