]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ext4: fix misspellings in comments.
authorAdam Buchbinder <adam.buchbinder@gmail.com>
Thu, 10 Mar 2016 04:49:05 +0000 (23:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 10 Mar 2016 04:49:05 +0000 (23:49 -0500)
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4_extents.h
fs/ext4/extents.c
fs/ext4/ialloc.c
fs/ext4/mballoc.c
fs/ext4/migrate.c

index 3c938154709478ba39f5eb18d8d2b53678932ee8..8ecf84b8f5a14a9159a53c69a0f170ec406e1bd7 100644 (file)
@@ -11,7 +11,7 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public Licens
+ * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-
  */
index 2730039d474285f3e36806d8d4d6d9cd1afb1d51..95bf4679ac5485ef35240495806a034b1fdf86bf 100644 (file)
@@ -15,7 +15,7 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public Licens
+ * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-
  */
index acc0ad56bf2f43c5c3a95502342e83a28f8b4148..237b877d316d1174687341abb34d49f05b56b127 100644 (file)
@@ -787,7 +787,7 @@ struct inode *__ext4_new_inode(handle_t *handle, struct inode *dir,
        sbi = EXT4_SB(sb);
 
        /*
-        * Initalize owners and quota early so that we don't have to account
+        * Initialize owners and quota early so that we don't have to account
         * for quota initialization worst case in standard inode creating
         * transaction
         */
index f6ff47838670b08a338c1cc32704c18aa08d8f72..0ca2f4c40b0ae08f239c56ed17c63f7b9fbc9066 100644 (file)
@@ -11,7 +11,7 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public Licens
+ * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-
  */
index a4651894cc3320b04e63cc3d296179be046d4da5..364ea4d4a94377d2763f0abc66298a323e5b14ef 100644 (file)
@@ -361,7 +361,7 @@ static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode,
         * blocks.
         *
         * While converting to extents we need not
-        * update the orignal inode i_blocks for extent blocks
+        * update the original inode i_blocks for extent blocks
         * via quota APIs. The quota update happened via tmp_inode already.
         */
        spin_lock(&inode->i_lock);