Skip to content

Commit db8cd5e

Browse files
weiny2djbw
authored andcommitted
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>
1 parent a7e8de8 commit db8cd5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dax/super.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @cdev: optional character interface for "device dax"
2222
* @private: dax driver private data
2323
* @flags: state and boolean properties
24+
* @ops: operations for this device
2425
*/
2526
struct dax_device {
2627
struct inode inode;

0 commit comments

Comments
 (0)