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 <eike-kernel@xxxxxxxxx> Above and below we talk about my_midlayer_create_something, I assume that is also meant here. Signed-off-by: Rolf Eike Beer <eike-kernel@xxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Acked-by: Tejun Heo <htejun@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 eike-kernel@xxxxxxxxx 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html