cvs commit: src/sys/sparc64/sbus sbus.c

Marius Strobl marius at FreeBSD.org
Sun Apr 17 04:28:42 PDT 2005


marius      2005-04-17 11:28:41 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sbus     sbus.c 
  Log:
  Some clean-up announced in rev. 1.31:
  - Use auto-generated typedefs for the prototypes of the device interface
    functions.
  - Style(9) fixes (mainly don't use function calls in initializers).
  - Use __func__ instead of hardcoded function names in error messages.
  - Try to make error messages sound uniform.
  - Try to keep the code within 80 columns.
  - Correct some typos.
  - Correct some function declarations to match their prototypes.
  - Remove unused headers, macros and variables.
  - Remove a bzero() superfluous due to allocating with M_ZERO.
  - Use FBSDID.
  
  Revision  Changes    Path
  1.33      +67 -80    src/sys/sparc64/sbus/sbus.c


More information about the cvs-src mailing list