Skip to content
  • Linus Torvalds's avatar
    sparse cleanup · e99d59ff
    Linus Torvalds authored
    Fix various things that sparse complains about:
     - use NULL instead of 0
     - make sure we declare everything properly, or mark it static
     - use proper function declarations ("fn(void)" instead of "fn()")
    
    Sparse is always right.
    e99d59ff