svn commit: r212945 - user/weongyo/usb/sys/dev/usb

Weongyo Jeong weongyo at FreeBSD.org
Tue Sep 21 02:24:12 UTC 2010


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.


More information about the svn-src-user mailing list