Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • linux-vf linux-vf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-vflinux-vf
  • Repository
  • linux-vf
  • drivers
  • net
  • s2io.h
Find file BlameHistoryPermalink
  • Joe Perches's avatar
    s2io: Generate complete messages using single line DBG_PRINTs · 9e39f7c5
    Joe Perches authored Aug 25, 2009
    
    
    Single line log messages should be emitted by a single call
    where possible.
    
    Converted multiple calls to DBG_PRINT to single call form.
    Removed "s2io:" preface from DBG_PRINTs.
    
    The DBG_PRINT macro now emits a log level and is surrounded by
    a do {...} while (0)
    
    All s2io log output is now prefaced with KBUILD_MODNAME ": "
    via pr_fmt.
    
    The DBG_PRINT macro should probably be converted to use the
    dev_<level> form eventually.
    
    Signed-off-by: default avatarJoe Perches <joe@perches.com>
    Acked-by: default avatarSreenivasa Honnur <sreenivasa.honnur@neterion.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    9e39f7c5