Subject: PR/32061 CVS commit: src/sys/dev/usb
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Rui Paulo <rpaulo@netbsd.org>
List: netbsd-bugs
Date: 11/13/2005 10:48:01
The following reply was made to PR kern/32061; it has been noted by GNATS.

From: Rui Paulo <rpaulo@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32061 CVS commit: src/sys/dev/usb
Date: Sun, 13 Nov 2005 10:47:39 +0000 (UTC)

 Module Name:	src
 Committed By:	rpaulo
 Date:		Sun Nov 13 10:47:39 UTC 2005
 
 Modified Files:
 	src/sys/dev/usb: ulpt.c
 
 Log Message:
 Fix a long standing typo noticed by Alex Pivovarov on PR/32061.
 When people use variables like 'flag' and 'flags' in the same function
 (one local and one passed as a parameter) this is prone to happen..
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.69 -r1.70 src/sys/dev/usb/ulpt.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.