Skip to content

Commit

Permalink
Documentation fix devres.txt: lib/iomap.c -> lib/devres.c
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Philips <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Brandon Philips authored and gregkh committed Jul 18, 2007
1 parent 01da242 commit 2c19c49
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 @@ -207,7 +207,7 @@ responsibility. This is usually non-issue because bus ops and
resource allocations already do the job.

For an example of single-instance devres type, read pcim_iomap_table()
in lib/iomap.c.
in lib/devres.c.

All devres interface functions can be called without context if the
right gfp mask is given.
Expand Down

0 comments on commit 2c19c49

Please sign in to comment.