aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/ubifs.h
diff options
context:
space:
mode:
authorYannick Guerrini <yguerrini@tomshardware.fr>2015-03-06 17:14:39 -0500
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2015-03-25 05:08:41 -0400
commitd3f9db00d04ef1388d7ff24130b9a95099ce1542 (patch)
tree635619ee5764c7f3353f5b8e2837d97a5f5e1346 /fs/ubifs/ubifs.h
parent2c84599ca4c2ffd81301f23eabc69c5180ff2f64 (diff)
UBIFS: Fix trivial typos in comments
Change 'comress' to 'compress' Change 'inteval' to 'interval' Change 'disabe' to 'disable' Change 'nenver' to 'never' Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'fs/ubifs/ubifs.h')
-rw-r--r--fs/ubifs/ubifs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h
index bc04b9c69891..2911d2d23456 100644
--- a/fs/ubifs/ubifs.h
+++ b/fs/ubifs/ubifs.h
@@ -158,7 +158,7 @@
158#define WORST_COMPR_FACTOR 2 158#define WORST_COMPR_FACTOR 2
159 159
160/* 160/*
161 * How much memory is needed for a buffer where we comress a data node. 161 * How much memory is needed for a buffer where we compress a data node.
162 */ 162 */
163#define COMPRESSED_DATA_NODE_BUF_SZ \ 163#define COMPRESSED_DATA_NODE_BUF_SZ \
164 (UBIFS_DATA_NODE_SZ + UBIFS_BLOCK_SIZE * WORST_COMPR_FACTOR) 164 (UBIFS_DATA_NODE_SZ + UBIFS_BLOCK_SIZE * WORST_COMPR_FACTOR)
@@ -664,7 +664,7 @@ typedef int (*ubifs_lpt_scan_callback)(struct ubifs_info *c,
664 * @lock: serializes @buf, @lnum, @offs, @avail, @used, @next_ino and @inodes 664 * @lock: serializes @buf, @lnum, @offs, @avail, @used, @next_ino and @inodes
665 * fields 665 * fields
666 * @softlimit: soft write-buffer timeout interval 666 * @softlimit: soft write-buffer timeout interval
667 * @delta: hard and soft timeouts delta (the timer expire inteval is @softlimit 667 * @delta: hard and soft timeouts delta (the timer expire interval is @softlimit
668 * and @softlimit + @delta) 668 * and @softlimit + @delta)
669 * @timer: write-buffer timer 669 * @timer: write-buffer timer
670 * @no_timer: non-zero if this write-buffer does not have a timer 670 * @no_timer: non-zero if this write-buffer does not have a timer
@@ -930,9 +930,9 @@ struct ubifs_orphan {
930/** 930/**
931 * struct ubifs_mount_opts - UBIFS-specific mount options information. 931 * struct ubifs_mount_opts - UBIFS-specific mount options information.
932 * @unmount_mode: selected unmount mode (%0 default, %1 normal, %2 fast) 932 * @unmount_mode: selected unmount mode (%0 default, %1 normal, %2 fast)
933 * @bulk_read: enable/disable bulk-reads (%0 default, %1 disabe, %2 enable) 933 * @bulk_read: enable/disable bulk-reads (%0 default, %1 disable, %2 enable)
934 * @chk_data_crc: enable/disable CRC data checking when reading data nodes 934 * @chk_data_crc: enable/disable CRC data checking when reading data nodes
935 * (%0 default, %1 disabe, %2 enable) 935 * (%0 default, %1 disable, %2 enable)
936 * @override_compr: override default compressor (%0 - do not override and use 936 * @override_compr: override default compressor (%0 - do not override and use
937 * superblock compressor, %1 - override and use compressor 937 * superblock compressor, %1 - override and use compressor
938 * specified in @compr_type) 938 * specified in @compr_type)
@@ -962,9 +962,9 @@ struct ubifs_mount_opts {
962 * optimization) 962 * optimization)
963 * @nospace_rp: the same as @nospace, but additionally means that even reserved 963 * @nospace_rp: the same as @nospace, but additionally means that even reserved
964 * pool is full 964 * pool is full
965 * @page_budget: budget for a page (constant, nenver changed after mount) 965 * @page_budget: budget for a page (constant, never changed after mount)
966 * @inode_budget: budget for an inode (constant, nenver changed after mount) 966 * @inode_budget: budget for an inode (constant, never changed after mount)
967 * @dent_budget: budget for a directory entry (constant, nenver changed after 967 * @dent_budget: budget for a directory entry (constant, never changed after
968 * mount) 968 * mount)
969 */ 969 */
970struct ubifs_budg_info { 970struct ubifs_budg_info {