From owner-svn-src-user@FreeBSD.ORG Thu Oct 14 20:31:07 2010 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB2D71065670; Thu, 14 Oct 2010 20:31:07 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AA64C8FC13; Thu, 14 Oct 2010 20:31:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9EKV7t4036158; Thu, 14 Oct 2010 20:31:07 GMT (envelope-from weongyo@svn.freebsd.org) Received: (from weongyo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9EKV7gZ036156; Thu, 14 Oct 2010 20:31:07 GMT (envelope-from weongyo@svn.freebsd.org) Message-Id: <201010142031.o9EKV7gZ036156@svn.freebsd.org> From: Weongyo Jeong Date: Thu, 14 Oct 2010 20:31:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r213851 - user/weongyo/usb/sys/dev/usb X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2010 20:31:07 -0000 Author: weongyo Date: Thu Oct 14 20:31:07 2010 New Revision: 213851 URL: http://svn.freebsd.org/changeset/base/213851 Log: Removes a space. Modified: user/weongyo/usb/sys/dev/usb/usb_pf.c Modified: user/weongyo/usb/sys/dev/usb/usb_pf.c ============================================================================== --- user/weongyo/usb/sys/dev/usb/usb_pf.c Thu Oct 14 20:26:19 2010 (r213850) +++ user/weongyo/usb/sys/dev/usb/usb_pf.c Thu Oct 14 20:31:07 2010 (r213851) @@ -1737,7 +1737,7 @@ usbpf_xfertap(struct usb_xfer *xfer, int default: panic("wrong usbpf type (%d)", type); } - + up->up_error = xfer->error; up->up_interval = xfer->interval; ptr += sizeof(struct usbpf_pkthdr);