Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2005 11:28:41 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/sbus sbus.c
Message-ID:  <200504171128.j3HBSg0N056268@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504171128.j3HBSg0N056268>