From owner-p4-projects@FreeBSD.ORG Tue Feb 19 18:28:29 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2298416A469; Tue, 19 Feb 2008 18:28:29 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D09BB16A420 for ; Tue, 19 Feb 2008 18:28:28 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF91B13C4E8 for ; Tue, 19 Feb 2008 18:28:28 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1JISSIs085834 for ; Tue, 19 Feb 2008 18:28:28 GMT (envelope-from hselasky@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1JISSVf085831 for perforce@freebsd.org; Tue, 19 Feb 2008 18:28:28 GMT (envelope-from hselasky@FreeBSD.org) Date: Tue, 19 Feb 2008 18:28:28 GMT Message-Id: <200802191828.m1JISSVf085831@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky To: Perforce Change Reviews Cc: Subject: PERFORCE change 135733 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 18:28:29 -0000 http://perforce.freebsd.org/chv.cgi?CH=135733 Change 135733 by hselasky@hselasky_laptop001 on 2008/02/19 18:28:12 Style change by "usb_style.sh". Affected files ... .. //depot/projects/usb/src/sys/dev/usb/usb_requests.c#20 edit Differences ... ==== //depot/projects/usb/src/sys/dev/usb/usb_requests.c#20 (text+ko) ==== @@ -66,7 +66,7 @@ * This function will instruct an USB HUB to perform a reset sequence * on the specified port number. * - * Returns: + * Returns: * 0: Success. The USB device should now be at address zero. * Else: Failure. No USB device is present and the USB port should be * disabled.