[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1540127239-35409-1-git-send-email-ramirose@gmail.com>
Date: Sun, 21 Oct 2018 16:07:19 +0300
From: Rami Rosen <ramirose@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Rami Rosen <ramirose@...il.com>
Subject: [PATCH] devres: fix a typo
Signed-off-by: Rami Rosen <ramirose@...il.com>
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
Powered by blists - more mailing lists