Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2001 23:29:57 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_bus.c
Message-ID:  <200101050729.f057Tv507879@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2001/01/04 23:29:56 PST

  Modified files:
    sys/kern             subr_bus.c 
  Log:
  Make this file conform mostly to style(9):
  o Use 8 space hard tabs
  o Eliminate trailing white space (while I'm here, just in a couple of places)
  o wrap mostly at 80 columns (printf literal strings being the notable
    exception)
  o use return (foo) consistantly
  o use 0 vs NULL more consistantly
  o use queue(3) xxx_FOREACH macros where appropriate (some places used it
    before, others didn't).
  o use BSD line continuation parameters
  
  Pendants will likely notice minor style(9) violations, but for the
  most part the file now looks much much closer to style(9) and is
  mostly self-consistant.
  
  Approved in principle by: dfr
  Reviewed by: md5 (no changes to the .o)
  
  Revision  Changes    Path
  1.87      +963 -971  src/sys/kern/subr_bus.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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