Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomai
  • ipipe
  • Repository

Switch branch/tag
  • ipipe
  • lib
  • vsprintf.c
Find file BlameHistoryPermalink
  • Joe Perches's avatar
    vsprintf: add %pad extension for dma_addr_t use · aaf07621
    Joe Perches authored Jan 23, 2014
    
    
    dma_addr_t's can be either u32 or u64 depending on a CONFIG option.
    
    There are a few hundred dma_addr_t's printed via either cast to unsigned
    long long, unsigned long or no cast at all.
    
    Add %pad to be able to emit them without the cast.
    
    Update Documentation/printk-formats.txt too.
    Signed-off-by: default avatarJoe Perches <joe@perches.com>
    Cc: "Shevchenko, Andriy" <andriy.shevchenko@intel.com>
    Cc: Rob Landley <rob@landley.net>
    Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    Cc: Julia Lawall <julia.lawall@lip6.fr>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    aaf07621

Replace vsprintf.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Imprint & Privacy Policy