diff mbox series

fs/dax: Fix missing kdoc for dax_device

Message ID 20220304204655.3489216-1-ira.weiny@intel.com (mailing list archive)
State Accepted
Commit db8cd5efeebc4904df1653926102413d088a5c7e
Headers show
Series fs/dax: Fix missing kdoc for dax_device | expand

Commit Message

Ira Weiny March 4, 2022, 8:46 p.m. UTC
From: Ira Weiny <ira.weiny@intel.com>

struct dax_device has a member named ops which was undocumented.

Add the kdoc.

Signed-off-by: Ira Weiny <ira.weiny@intel.com>
---
 drivers/dax/super.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Dan Williams March 10, 2022, 5:03 a.m. UTC | #1
On Fri, Mar 4, 2022 at 12:47 PM <ira.weiny@intel.com> wrote:
>
> From: Ira Weiny <ira.weiny@intel.com>
>
> struct dax_device has a member named ops which was undocumented.
>
> Add the kdoc.
>

Applied, but I fixed up the subject prefix to just "dax:" since this
is shared between the fs-dax and device-dax.
diff mbox series

Patch

diff --git a/drivers/dax/super.c b/drivers/dax/super.c
index 5c003cc73d04..2fd3a01ba34b 100644
--- a/drivers/dax/super.c
+++ b/drivers/dax/super.c
@@ -22,6 +22,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;