]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/block/loop.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[mirror_ubuntu-bionic-kernel.git] / drivers / block / loop.c
index f52b88b8dfd021fd27676b9556e9b98d569bc000..eeb1db73f44e15b2c427eedc5458bdb44dbe104b 100644 (file)
@@ -186,7 +186,7 @@ static void __loop_update_dio(struct loop_device *lo, bool dio)
         *
         * TODO: the above condition may be loosed in the future, and
         * direct I/O may be switched runtime at that time because most
-        * of requests in sane appplications should be PAGE_SIZE algined
+        * of requests in sane applications should be PAGE_SIZE aligned
         */
        if (dio) {
                if (queue_logical_block_size(lo->lo_queue) >= sb_bsize &&