From owner-cvs-all Thu Jan 4 23:30: 1 2001 From owner-cvs-all@FreeBSD.ORG Thu Jan 4 23:29:57 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F6B037B400; Thu, 4 Jan 2001 23:29:57 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f057Tv507879; Thu, 4 Jan 2001 23:29:57 -0800 (PST) (envelope-from imp) Message-Id: <200101050729.f057Tv507879@freefall.freebsd.org> From: Warner Losh Date: Thu, 4 Jan 2001 23:29:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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