|
@@ -180,7 +180,7 @@ err_free_memtype:
|
|
|
|
|
|
/**
|
|
|
* ioremap_nocache - map bus memory into CPU space
|
|
|
- * @offset: bus address of the memory
|
|
|
+ * @phys_addr: bus address of the memory
|
|
|
* @size: size of the resource to map
|
|
|
*
|
|
|
* ioremap_nocache performs a platform specific sequence of operations to
|
|
@@ -217,7 +217,7 @@ EXPORT_SYMBOL(ioremap_nocache);
|
|
|
|
|
|
/**
|
|
|
* ioremap_wc - map memory into CPU space write combined
|
|
|
- * @offset: bus address of the memory
|
|
|
+ * @phys_addr: bus address of the memory
|
|
|
* @size: size of the resource to map
|
|
|
*
|
|
|
* This version of ioremap ensures that the memory is marked write combining.
|