hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/fs/nfs/io.c
....@@ -25,7 +25,7 @@
2525
2626 /**
2727 * nfs_start_io_read - declare the file is being used for buffered reads
28
- * @inode - file inode
28
+ * @inode: file inode
2929 *
3030 * Declare that a buffered read operation is about to start, and ensure
3131 * that we block all direct I/O.
....@@ -56,7 +56,7 @@
5656
5757 /**
5858 * nfs_end_io_read - declare that the buffered read operation is done
59
- * @inode - file inode
59
+ * @inode: file inode
6060 *
6161 * Declare that a buffered read operation is done, and release the shared
6262 * lock on inode->i_rwsem.
....@@ -69,7 +69,7 @@
6969
7070 /**
7171 * nfs_start_io_write - declare the file is being used for buffered writes
72
- * @inode - file inode
72
+ * @inode: file inode
7373 *
7474 * Declare that a buffered read operation is about to start, and ensure
7575 * that we block all direct I/O.
....@@ -83,7 +83,7 @@
8383
8484 /**
8585 * nfs_end_io_write - declare that the buffered write operation is done
86
- * @inode - file inode
86
+ * @inode: file inode
8787 *
8888 * Declare that a buffered write operation is done, and release the
8989 * lock on inode->i_rwsem.
....@@ -105,7 +105,7 @@
105105
106106 /**
107107 * nfs_end_io_direct - declare the file is being used for direct i/o
108
- * @inode - file inode
108
+ * @inode: file inode
109109 *
110110 * Declare that a direct I/O operation is about to start, and ensure
111111 * that we block all buffered I/O.
....@@ -136,7 +136,7 @@
136136
137137 /**
138138 * nfs_end_io_direct - declare that the direct i/o operation is done
139
- * @inode - file inode
139
+ * @inode: file inode
140140 *
141141 * Declare that a direct I/O operation is done, and release the shared
142142 * lock on inode->i_rwsem.