Skip to content

Commit

Permalink
DOC: Fix wrong identifier name in Documentation/driver-model/devres.txt
Browse files Browse the repository at this point in the history
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@sf-tec.de>
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Rolf Eike Beer authored and Greg Kroah-Hartman committed May 3, 2007
1 parent dc4c15d commit 3265b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/driver-model/devres.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 3265b54

Please sign in to comment.