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: dissallow spaces between stars in pointer types · 65863862
    Andy Whitcroft authored Jan 06, 2009
    
    
    Disallow spaces within multiple pointer stars (*) in both casts and
    definitions.  Both of these would now be reported:
    
    	(char * *)
    	char * *foo;
    
    Also now consistently detects and reports the attributes within these
    structures making the error report itself clearer.
    
    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>
    65863862

Imprint & Privacy Policy