Commit 7d34b071 authored by Xiang wangx's avatar Xiang wangx Committed by Greg Kroah-Hartman
Browse files

USB: ohci-sm501: Fix typo in comment

parent 196a58bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ static int ohci_hcd_sm501_drv_probe(struct platform_device *pdev)
	 * fine. This is however not always the case - buffers may be allocated
	 * using kmalloc() - so the usb core needs to be told that it must copy
	 * data into our local memory if the buffers happen to be placed in
	 * regular memory. A non-null hcd->localmem_pool initialized by the
	 * regular memory. A non-null hcd->localmem_pool initialized by
	 * the call to usb_hcd_setup_local_mem() below does just that.
	 */