Skip to content

Commit

Permalink
lib/devres.c: fix comment typo
Browse files Browse the repository at this point in the history
'Unamp' should be 'Unmap'.

Signed-off-by: Kulikov Vasiliy <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
segoon authored and Jiri Kosina committed Jul 11, 2010
1 parent a655773 commit 4d45ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devres.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4d45ada

Please sign in to comment.