Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: kent
Date: Wed Jan 12 15:54:34 UTC 2005
Modified Files:
src/sys/dev/pci: auixp.c auixpvar.h
Log Message:
remove empty auixp_open() and auixp_close(). They are optional.
style fixes
* Don't associate a name with the types
* The function type must be declared on a line by itself
preceding the function.
* DO NOT initialize variables in the declarations.
* No parentheses are needed around the return value.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/auixp.c src/sys/dev/pci/auixpvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index