projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e8de8
)
dax: Fix missing kdoc for dax_device
author
Ira Weiny
<ira.weiny@intel.com>
Fri, 4 Mar 2022 20:46:55 +0000
(12:46 -0800)
committer
Dan Williams
<dan.j.williams@intel.com>
Sat, 12 Mar 2022 21:46:25 +0000
(13:46 -0800)
struct dax_device has a member named ops which was undocumented.
Add the kdoc.
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Link:
https://lore.kernel.org/r/20220304204655.3489216-1-ira.weiny@intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dax/super.c
patch
|
blob
|
history
diff --git
a/drivers/dax/super.c
b/drivers/dax/super.c
index 6bd565fe2e63b9c9d73dafa0104f847f0700d1c7..ae838c636cbd6e8029cf6db84de7ce7056c48e40 100644
(file)
--- a/
drivers/dax/super.c
+++ b/
drivers/dax/super.c
@@
-21,6
+21,7
@@
* @cdev: optional character interface for "device dax"
* @private: dax driver private data
* @flags: state and boolean properties
+ * @ops: operations for this device
*/
struct dax_device {
struct inode inode;