Skip to content
GitLab
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
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe-arm64
  • Repository
Switch branch/tag
  • ipipe-arm64
  • scripts
  • checkpatch.pl
Find file BlameHistoryPermalink
  • Joe Perches's avatar
    checkpatch: update suggested printk conversions · 8f26b837
    Joe Perches authored Oct 04, 2012
    
    
    Direct conversion of printk(KERN_<LEVEL>...  to pr_<level> isn't the
    preferred conversion when a struct net_device or struct device is
    available.
    
    Hint that using netdev_<level> or dev_<level> is preferred to using
    pr_<level>.  Add netdev_dbg and dev_dbg variants too.
    
    Miscellaneous whitespace neatening of a misplaced close brace.
    
    Signed-off-by: default avatarJoe Perches <joe@perches.com>
    Cc: Andy Whitcroft <apw@canonical.com>
    Cc: Greg KH <gregkh@linuxfoundation.org>
    Cc: Dan Carpenter <dan.carpenter@oracle.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    8f26b837

Imprint & Privacy Policy