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:
Родитель
a7e8de822e
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче