mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
lib/devres.c: fix comment typo
'Unamp' should be 'Unmap'. Signed-off-by: Kulikov Vasiliy <segooon@gmail.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a655773758
commit
4d45ada36b
@ -328,7 +328,7 @@ EXPORT_SYMBOL(pcim_iomap_regions_request_all);
|
||||
* @pdev: PCI device to map IO resources for
|
||||
* @mask: Mask of BARs to unmap and release
|
||||
*
|
||||
* Unamp and release regions specified by @mask.
|
||||
* Unmap and release regions specified by @mask.
|
||||
*/
|
||||
void pcim_iounmap_regions(struct pci_dev *pdev, u16 mask)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user