diff options
Diffstat (limited to 'fs/ubifs/io.c')
-rw-r--r-- | fs/ubifs/io.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ubifs/io.c b/fs/ubifs/io.c index 48d0af94b26a..7e4267ecfa56 100644 --- a/fs/ubifs/io.c +++ b/fs/ubifs/io.c | |||
@@ -391,7 +391,7 @@ int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf) | |||
391 | * @offs: logical eraseblock offset to seek to | 391 | * @offs: logical eraseblock offset to seek to |
392 | * @dtype: data type | 392 | * @dtype: data type |
393 | * | 393 | * |
394 | * This function targets the write buffer to logical eraseblock @lnum:@offs. | 394 | * This function targets the write-buffer to logical eraseblock @lnum:@offs. |
395 | * The write-buffer is synchronized if it is not empty. Returns zero in case of | 395 | * The write-buffer is synchronized if it is not empty. Returns zero in case of |
396 | * success and a negative error code in case of failure. | 396 | * success and a negative error code in case of failure. |
397 | */ | 397 | */ |
@@ -822,7 +822,7 @@ out: | |||
822 | * @c: UBIFS file-system description object | 822 | * @c: UBIFS file-system description object |
823 | * @wbuf: write-buffer to initialize | 823 | * @wbuf: write-buffer to initialize |
824 | * | 824 | * |
825 | * This function initializes write buffer. Returns zero in case of success | 825 | * This function initializes write-buffer. Returns zero in case of success |
826 | * %-ENOMEM in case of failure. | 826 | * %-ENOMEM in case of failure. |
827 | */ | 827 | */ |
828 | int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) | 828 | int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) |
@@ -862,7 +862,7 @@ int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) | |||
862 | 862 | ||
863 | /** | 863 | /** |
864 | * ubifs_wbuf_add_ino_nolock - add an inode number into the wbuf inode array. | 864 | * ubifs_wbuf_add_ino_nolock - add an inode number into the wbuf inode array. |
865 | * @wbuf: the write-buffer whereto add | 865 | * @wbuf: the write-buffer where to add |
866 | * @inum: the inode number | 866 | * @inum: the inode number |
867 | * | 867 | * |
868 | * This function adds an inode number to the inode array of the write-buffer. | 868 | * This function adds an inode number to the inode array of the write-buffer. |