mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
dax: Fix missing kdoc for dax_device
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>
This commit is contained in:
parent
a7e8de822e
commit
db8cd5efee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user