projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
615f3ee
)
devres: fix typos in comments
author
Julia Lawall
<Julia.Lawall@inria.fr>
Mon, 14 Mar 2022 11:53:42 +0000
(12:53 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 18 Mar 2022 13:30:12 +0000
(14:30 +0100)
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link:
https://lore.kernel.org/r/20220314115354.144023-19-Julia.Lawall@inria.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/devres.c
patch
|
blob
|
history
diff --git
a/drivers/base/devres.c
b/drivers/base/devres.c
index eaa9a5cd1db9dc1ca631092b6baed3fdf159436c..864d0b3f566eedb24444464674bfbddd0206036f 100644
(file)
--- a/
drivers/base/devres.c
+++ b/
drivers/base/devres.c
@@
-692,7
+692,7
@@
EXPORT_SYMBOL_GPL(devres_release_group);
/*
* Custom devres actions allow inserting a simple function call
- * into the teadown sequence.
+ * into the tea
r
down sequence.
*/
struct action_devres {
@@
-916,7
+916,7
@@
void *devm_krealloc(struct device *dev, void *ptr, size_t new_size, gfp_t gfp)
/*
* We can copy the memory contents after releasing the lock as we're
- * no longer mod
yf
ing the list links.
+ * no longer mod
ify
ing the list links.
*/
memcpy(new_dr->data, old_dr->data,
total_old_size - offsetof(struct devres, data));