Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • K kvm-unit-tests-ae
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • 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
  • kvm-unit-tests-ae
  • Repository
Switch branch/tag
  • kvm-unit-tests-ae
  • x86
  • hyperv_synic.c
Find file BlameHistoryPermalink
  • Radim Krčmář's avatar
    use %# instead of 0x% in all format strings · fd6aada0
    Radim Krčmář authored May 17, 2017
    
    
    It's one character shorter, properly prefixed, and also provides error
    detection: %#d triggers a warning.
    
    Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#,
    existing padding was raised by 2 to account for the counted "0x" (output
    should be the same).
    
    Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
    fd6aada0