]> Git Repo - linux.git/commitdiff
DOC: Fix wrong identifier name in Documentation/driver-model/devres.txt
authorRolf Eike Beer <[email protected]>
Tue, 1 May 2007 09:00:19 +0000 (11:00 +0200)
committerGreg Kroah-Hartman <[email protected]>
Thu, 3 May 2007 01:57:59 +0000 (18:57 -0700)
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]>
Signed-off-by: Tejun Heo <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Documentation/driver-model/devres.txt

index 5163b85308f5935c85bb150a1b166d77f746fb07..6c8d8f27db34f9bddd339f7392a257511493c4fb 100644 (file)
@@ -182,7 +182,7 @@ For example, you can do something like the following.
 
        ...
 
-       devres_close_group(dev, my_midlayer_something);
+       devres_close_group(dev, my_midlayer_create_something);
        return 0;
   }
 
This page took 0.052673 seconds and 4 git commands to generate.