Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 05/25/2006 00:21:45
Module Name: src
Committed By: wrstuden
Date: Thu May 25 00:21:45 UTC 2006
Modified Files:
src/sys/dev/pci: twa.c twavar.h
Log Message:
Style changes from simonb at wasabisystems dot com:
Use config_stdsubmatch() instead of our own submatch function.
Use "__inline" in header files and "inline" in .c files.
Make some local function static.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/twa.c src/sys/dev/pci/twavar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.