Subject: CVS commit: src/sys/arch/hpcsh/dev
To: None <source-changes@NetBSD.org>
From: KIYOHARA Takashi <kiyohara@netbsd.org>
List: source-changes
Date: 01/21/2007 11:01:09
Module Name:	src
Committed By:	kiyohara
Date:		Sun Jan 21 11:01:09 UTC 2007

Modified Files:
	src/sys/arch/hpcsh/dev: psh3lcd.c psh3tp.c

Log Message:
follows to style guide and C99.
  Add ARGSUSED and __unused.
  Remove braces at return.
Use device_private() and aprint_*().


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/hpcsh/dev/psh3lcd.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/hpcsh/dev/psh3tp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.