Signed-off-by: Rami Rosen <[email protected]> This patch fixes a typo in lib/devres.c.
--- lib/devres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/devres.c b/lib/devres.c index faccf1a..f64cc21 100644 --- a/lib/devres.c +++ b/lib/devres.c @@ -290,7 +290,7 @@ static void pcim_iomap_release(struct device *gendev, void *res) * detach. * * This function might sleep when the table is first allocated but can - * be safely called without context and guaranteed to succed once + * be safely called without context and guaranteed to succeed once * allocated. */ void __iomem * const *pcim_iomap_table(struct pci_dev *pdev) -- 1.8.3.1

