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
  • fs
  • sysfs
  • file.c
Find file Blame History Permalink
  • Trent Piepho's avatar
    sysfs: Make dir and name args to sysfs_notify() const · 8c0e3998
    Trent Piepho authored Sep 25, 2008
    
    
    Because they can be, and because code like this produces a warning if
    they're not:
    
    struct device_attribute dev_attr;
    
    sysfs_notify(&kobj, NULL, dev_attr.attr.name);
    
    Signed-off-by: default avatarTrent Piepho <tpiepho@freescale.com>
    CC: Neil Brown <neilb@suse.de>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    8c0e3998

Imprint & Privacy Policy