Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Brandon Philips <bphilips@suse.de>
Acked-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Brandon Philips and committed by
Greg Kroah-Hartman
2c19c49a 01da2425

+1 -1
+1 -1
Documentation/driver-model/devres.txt
··· 207 207 resource allocations already do the job. 208 208 209 209 For an example of single-instance devres type, read pcim_iomap_table() 210 - in lib/iomap.c. 210 + in lib/devres.c. 211 211 212 212 All devres interface functions can be called without context if the 213 213 right gfp mask is given.