Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 06/19/2005 04:01:36
Module Name:	src
Committed By:	enami
Date:		Sun Jun 19 04:01:36 UTC 2005

Modified Files:
	src/sys/dev/usb: usb_subr.c

Log Message:
Actually, usbd_trim_spaces was not writing to const memory, so revert
unnecessary changes.  Instead, make the caller code easier to read.
After all, it is enough to suppress warning due to constfy.


To generate a diff of this commit:
cvs rdiff -r1.127 -r1.128 src/sys/dev/usb/usb_subr.c

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