Date: Tue, 21 Sep 2010 02:24:11 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r212945 - user/weongyo/usb/sys/dev/usb Message-ID: <201009210224.o8L2OBY5075575@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: weongyo Date: Tue Sep 21 02:24:11 2010 New Revision: 212945 URL: http://svn.freebsd.org/changeset/base/212945 Log: Reflects the changes of variable names. Modified: user/weongyo/usb/sys/dev/usb/usb_busdma.c Modified: user/weongyo/usb/sys/dev/usb/usb_busdma.c ============================================================================== --- user/weongyo/usb/sys/dev/usb/usb_busdma.c Tue Sep 21 00:27:50 2010 (r212944) +++ user/weongyo/usb/sys/dev/usb/usb_busdma.c Tue Sep 21 02:24:11 2010 (r212945) @@ -907,7 +907,7 @@ usb_bdma_work_loop(struct usb_xfer_queue } /* - * Setup the "page_start" pointer which points to an array of + * Setup the "pages" pointer which points to an array of * USB pages where information about the physical address of a * page will be stored. Also initialise the "isread" field of * the USB page caches.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009210224.o8L2OBY5075575>