瀏覽代碼

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>
Brandon Philips 18 年之前
父節點
當前提交
2c19c49a59
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/driver-model/devres.txt

+ 1 - 1
Documentation/driver-model/devres.txt

@@ -207,7 +207,7 @@ responsibility.  This is usually non-issue because bus ops and
 resource allocations already do the job.
 resource allocations already do the job.
 
 
 For an example of single-instance devres type, read pcim_iomap_table()
 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
 All devres interface functions can be called without context if the
 right gfp mask is given.
 right gfp mask is given.