Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c19c49a authored by Brandon Philips's avatar Brandon Philips Committed by Greg Kroah-Hartman
Browse files

Documentation fix devres.txt: lib/iomap.c -> lib/devres.c

parent 01da2425
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.