Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70261f56 authored by Anatol Pomozov's avatar Anatol Pomozov Committed by Theodore Ts'o
Browse files

ext4: Fix misspellings using 'codespell' tool

parent 7afe5aa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ static unsigned char get_dtype(struct super_block *sb, int filetype)

/**
 * Check if the given dir-inode refers to an htree-indexed directory
 * (or a directory which chould potentially get coverted to use htree
 * (or a directory which could potentially get converted to use htree
 * indexing).
 *
 * Return 1 if it is a dx dir, 0 if not
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ static int ext4_dx_readdir(struct file *, struct dir_context *);

/**
 * Check if the given dir-inode refers to an htree-indexed directory
 * (or a directory which chould potentially get coverted to use htree
 * (or a directory which could potentially get converted to use htree
 * indexing).
 *
 * Return 1 if it is a dx dir, 0 if not
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ static inline void ext4_journal_callback_add(handle_t *handle,
 * ext4_journal_callback_del: delete a registered callback
 * @handle: active journal transaction handle on which callback was registered
 * @jce: registered journal callback entry to unregister
 * Return true if object was sucessfully removed
 * Return true if object was successfully removed
 */
static inline bool ext4_journal_callback_try_del(handle_t *handle,
					     struct ext4_journal_cb_entry *jce)
+1 −1
Original line number Diff line number Diff line
@@ -494,7 +494,7 @@ int ext4_ext_migrate(struct inode *inode)
	 * superblock modification.
	 *
	 * For the tmp_inode we already have committed the
	 * trascation that created the inode. Later as and
	 * transaction that created the inode. Later as and
	 * when we add extents we extent the journal
	 */
	/*
+1 −1

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

Loading