projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
521a547
)
nvdimm/region: Fix kernel-doc
author
Jiapeng Chong
<jiapeng.chong@linux.alibaba.com>
Mon, 19 Sep 2022 06:14:28 +0000
(14:14 +0800)
committer
Dan Williams
<dan.j.williams@intel.com>
Tue, 20 Sep 2022 17:18:44 +0000
(10:18 -0700)
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 <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link:
https://lore.kernel.org/r/20220919061428.102883-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/nvdimm/region_devs.c
patch
|
blob
|
history
diff --git
a/drivers/nvdimm/region_devs.c
b/drivers/nvdimm/region_devs.c
index 473a71bbd9c9e68176adaaa8364a0213ab90c8b9..70f1a23cbe31d6613b8a82904dde0184d75f0882 100644
(file)
--- a/
drivers/nvdimm/region_devs.c
+++ b/
drivers/nvdimm/region_devs.c
@@
-1096,7
+1096,7
@@
int nvdimm_flush(struct nd_region *nd_region, struct bio *bio)
return rc;
}
/**
- *
nvdimm_flush
- flush any posted write queues between the cpu and pmem media
+ *
generic_nvdimm_flush()
- flush any posted write queues between the cpu and pmem media
* @nd_region: interleaved pmem region
*/
int generic_nvdimm_flush(struct nd_region *nd_region)