···1111 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1212 * GNU General Public License for more details.1313 *1414- * You should have received a copy of the GNU General Public Licens1414+ * You should have received a copy of the GNU General Public License1515 * along with this program; if not, write to the Free Software1616 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1717 */
+1-1
fs/ext4/extents.c
···1515 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1616 * GNU General Public License for more details.1717 *1818- * You should have received a copy of the GNU General Public Licens1818+ * You should have received a copy of the GNU General Public License1919 * along with this program; if not, write to the Free Software2020 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-2121 */
+1-1
fs/ext4/ialloc.c
···787787 sbi = EXT4_SB(sb);788788789789 /*790790- * Initalize owners and quota early so that we don't have to account790790+ * Initialize owners and quota early so that we don't have to account791791 * for quota initialization worst case in standard inode creating792792 * transaction793793 */
+1-1
fs/ext4/mballoc.c
···1111 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1212 * GNU General Public License for more details.1313 *1414- * You should have received a copy of the GNU General Public Licens1414+ * You should have received a copy of the GNU General Public License1515 * along with this program; if not, write to the Free Software1616 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1717 */
+1-1
fs/ext4/migrate.c
···361361 * blocks.362362 *363363 * While converting to extents we need not364364- * update the orignal inode i_blocks for extent blocks364364+ * update the original inode i_blocks for extent blocks365365 * via quota APIs. The quota update happened via tmp_inode already.366366 */367367 spin_lock(&inode->i_lock);