diff options
Diffstat (limited to 'fs/ubifs')
-rw-r--r-- | fs/ubifs/io.c | 6 | ||||
-rw-r--r-- | fs/ubifs/super.c | 2 |
2 files changed, 4 insertions, 4 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. |
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index 5bb272c56a9b..76405c457a38 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c | |||
@@ -986,7 +986,7 @@ static int ubifs_parse_options(struct ubifs_info *c, char *options, | |||
986 | switch (token) { | 986 | switch (token) { |
987 | /* | 987 | /* |
988 | * %Opt_fast_unmount and %Opt_norm_unmount options are ignored. | 988 | * %Opt_fast_unmount and %Opt_norm_unmount options are ignored. |
989 | * We accepte them in order to be backware-compatible. But this | 989 | * We accept them in order to be backward-compatible. But this |
990 | * should be removed at some point. | 990 | * should be removed at some point. |
991 | */ | 991 | */ |
992 | case Opt_fast_unmount: | 992 | case Opt_fast_unmount: |