File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -562,8 +562,8 @@ int cdev_device_add(struct cdev *cdev, struct device *dev)
562
562
563
563
/**
564
564
* cdev_device_del() - inverse of cdev_device_add
565
- * @dev: the device structure
566
565
* @cdev: the cdev structure
566
+ * @dev: the device structure
567
567
*
568
568
* cdev_device_del() is a helper function to call cdev_del and device_del.
569
569
* It should be used whenever cdev_device_add is used.
Original file line number Diff line number Diff line change @@ -2049,8 +2049,8 @@ EXPORT_SYMBOL(d_obtain_root);
2049
2049
2050
2050
/**
2051
2051
* d_add_ci - lookup or allocate new dentry with case-exact name
2052
- * @inode: the inode case-insensitive lookup has found
2053
2052
* @dentry: the negative dentry that was passed to the parent's lookup func
2053
+ * @inode: the inode case-insensitive lookup has found
2054
2054
* @name: the case-exact name to be associated with the returned dentry
2055
2055
*
2056
2056
* This is to avoid filling the dcache with case-insensitive names to the
@@ -2103,8 +2103,8 @@ EXPORT_SYMBOL(d_add_ci);
2103
2103
2104
2104
/**
2105
2105
* d_same_name - compare dentry name with case-exact name
2106
- * @parent: parent dentry
2107
2106
* @dentry: the negative dentry that was passed to the parent's lookup func
2107
+ * @parent: parent dentry
2108
2108
* @name: the case-exact name to be associated with the returned dentry
2109
2109
*
2110
2110
* Return: true if names are same, or false
Original file line number Diff line number Diff line change @@ -343,8 +343,8 @@ EXPORT_SYMBOL(seq_lseek);
343
343
344
344
/**
345
345
* seq_release - free the structures associated with sequential file.
346
- * @file: file in question
347
346
* @inode: its inode
347
+ * @file: file in question
348
348
*
349
349
* Frees the structures associated with sequential file; can be used
350
350
* as ->f_op->release() if you don't have private data to destroy.
You can’t perform that action at this time.
0 commit comments