Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ipipe-arm64
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Analytics
    • Analytics
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe-arm64
  • Repository
  • ipipe-arm64
  • scripts
  • checkpatch.pl
Find file Blame History Permalink
  • Andy Whitcroft's avatar
    checkpatch: comment ends inside strings is most likely not an open comment · fae17dae
    Andy Whitcroft authored Jan 06, 2009
    
    
    When we are detecting whether a comment is open when we start a hunk we
    check for the first comment edge in the hunk and assume its inverse.
    However if the hunk contains something like below, then we will assume
    that a comment was open.  Update this heuristic to see if the comment edge
    is obviously within double quotes and ignore it if so:
    
    	foo(" */);
    
    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>
    fae17dae

Imprint & Privacy Policy