The patch titled
Fix wrong identifier name in Documentation/driver-model/devres.txt
has been added to the -mm tree. Its filename is
fix-wrong-identifier-name-in-documentation-driver-model-devrestxt.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: Fix wrong identifier name in Documentation/driver-model/devres.txt
From: Rolf Eike Beer <[EMAIL PROTECTED]>
Above and below we talk about my_midlayer_create_something, I assume that is
also meant here.
Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Cc: Greg KH <[EMAIL PROTECTED]>
Acked-by: Tejun Heo <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
Documentation/driver-model/devres.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
Documentation/driver-model/devres.txt~fix-wrong-identifier-name-in-documentation-driver-model-devrestxt
Documentation/driver-model/devres.txt
---
a/Documentation/driver-model/devres.txt~fix-wrong-identifier-name-in-documentation-driver-model-devrestxt
+++ a/Documentation/driver-model/devres.txt
@@ -182,7 +182,7 @@ For example, you can do something like t
...
- devres_close_group(dev, my_midlayer_something);
+ devres_close_group(dev, my_midlayer_create_something);
return 0;
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
fix-wrong-identifier-name-in-documentation-driver-model-devrestxt.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html