Commit b8f1da98 authored by Randy Dunlap's avatar Randy Dunlap Committed by Richard Weinberger

ubifs: Delete duplicated words + other fixes

Delete repeated words in fs/ubifs/.
{negative, is, of, and, one, it}
where "it it" was changed to "if it".
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
To: linux-fsdevel@vger.kernel.org
Cc: Richard Weinberger <richard@nod.at>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent b6505459
...@@ -1012,7 +1012,7 @@ void dbg_save_space_info(struct ubifs_info *c) ...@@ -1012,7 +1012,7 @@ void dbg_save_space_info(struct ubifs_info *c)
* *
* This function compares current flash space information with the information * This function compares current flash space information with the information
* which was saved when the 'dbg_save_space_info()' function was called. * which was saved when the 'dbg_save_space_info()' function was called.
* Returns zero if the information has not changed, and %-EINVAL it it has * Returns zero if the information has not changed, and %-EINVAL if it has
* changed. * changed.
*/ */
int dbg_check_space_info(struct ubifs_info *c) int dbg_check_space_info(struct ubifs_info *c)
......
...@@ -834,7 +834,7 @@ static int ubifs_unlink(struct inode *dir, struct dentry *dentry) ...@@ -834,7 +834,7 @@ static int ubifs_unlink(struct inode *dir, struct dentry *dentry)
* *
* This function checks if directory @dir is empty. Returns zero if the * This function checks if directory @dir is empty. Returns zero if the
* directory is empty, %-ENOTEMPTY if it is not, and other negative error codes * directory is empty, %-ENOTEMPTY if it is not, and other negative error codes
* in case of of errors. * in case of errors.
*/ */
int ubifs_check_dir_empty(struct inode *dir) int ubifs_check_dir_empty(struct inode *dir)
{ {
......
...@@ -205,7 +205,7 @@ static void release_new_page_budget(struct ubifs_info *c) ...@@ -205,7 +205,7 @@ static void release_new_page_budget(struct ubifs_info *c)
* @c: UBIFS file-system description object * @c: UBIFS file-system description object
* *
* This is a helper function which releases budget corresponding to the budget * This is a helper function which releases budget corresponding to the budget
* of changing one one page of data which already exists on the flash media. * of changing one page of data which already exists on the flash media.
*/ */
static void release_existing_page_budget(struct ubifs_info *c) static void release_existing_page_budget(struct ubifs_info *c)
{ {
......
...@@ -1046,7 +1046,7 @@ int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, ...@@ -1046,7 +1046,7 @@ int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len,
* @lnum: logical eraseblock number * @lnum: logical eraseblock number
* @offs: offset within the logical eraseblock * @offs: offset within the logical eraseblock
* *
* This function reads a node of known type and and length, checks it and * This function reads a node of known type and length, checks it and
* stores in @buf. Returns zero in case of success, %-EUCLEAN if CRC mismatched * stores in @buf. Returns zero in case of success, %-EUCLEAN if CRC mismatched
* and a negative error code in case of failure. * and a negative error code in case of failure.
*/ */
......
...@@ -574,7 +574,7 @@ static int authenticate_sleb_hash(struct ubifs_info *c, struct shash_desc *log_h ...@@ -574,7 +574,7 @@ static int authenticate_sleb_hash(struct ubifs_info *c, struct shash_desc *log_h
* @c: UBIFS file-system description object * @c: UBIFS file-system description object
* @sleb: the scan LEB to authenticate * @sleb: the scan LEB to authenticate
* @log_hash: * @log_hash:
* @is_last: if true, this is is the last LEB * @is_last: if true, this is the last LEB
* *
* This function iterates over the buds of a single LEB authenticating all buds * This function iterates over the buds of a single LEB authenticating all buds
* with the authentication nodes on this LEB. Authentication nodes are written * with the authentication nodes on this LEB. Authentication nodes are written
......
...@@ -377,7 +377,7 @@ static void lnc_free(struct ubifs_zbranch *zbr) ...@@ -377,7 +377,7 @@ static void lnc_free(struct ubifs_zbranch *zbr)
* *
* This function reads a "hashed" node defined by @zbr from the leaf node cache * This function reads a "hashed" node defined by @zbr from the leaf node cache
* (in it is there) or from the hash media, in which case the node is also * (in it is there) or from the hash media, in which case the node is also
* added to LNC. Returns zero in case of success or a negative negative error * added to LNC. Returns zero in case of success or a negative error
* code in case of failure. * code in case of failure.
*/ */
static int tnc_read_hashed_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, static int tnc_read_hashed_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,
......
...@@ -455,8 +455,7 @@ struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c, ...@@ -455,8 +455,7 @@ struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c,
* @node: node is returned here * @node: node is returned here
* *
* This function reads a node defined by @zbr from the flash media. Returns * This function reads a node defined by @zbr from the flash media. Returns
* zero in case of success or a negative negative error code in case of * zero in case of success or a negative error code in case of failure.
* failure.
*/ */
int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,
void *node) void *node)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment