Skip to content

Commit a84b280

Browse files
Jiapeng Chongdjbw
authored andcommitted
nvdimm/region: Fix kernel-doc
drivers/nvdimm/region_devs.c:1103: warning: expecting prototype for nvdimm_flush(). Prototype was for generic_nvdimm_flush() instead. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2209 Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dan Williams <[email protected]>
1 parent 521a547 commit a84b280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvdimm/region_devs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ int nvdimm_flush(struct nd_region *nd_region, struct bio *bio)
10961096
return rc;
10971097
}
10981098
/**
1099-
* nvdimm_flush - flush any posted write queues between the cpu and pmem media
1099+
* generic_nvdimm_flush() - flush any posted write queues between the cpu and pmem media
11001100
* @nd_region: interleaved pmem region
11011101
*/
11021102
int generic_nvdimm_flush(struct nd_region *nd_region)

0 commit comments

Comments
 (0)