]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/block/rd.c
Fix misspellings of "system", "controller", "interrupt" and "necessary".
[mirror_ubuntu-zesty-kernel.git] / drivers / block / rd.c
index 08176d23a46cd421690aca1d13a2edecf1499b71..47f8ac6cce574c81b1e845099000e019a0098468 100644 (file)
@@ -365,7 +365,7 @@ static int rd_open(struct inode *inode, struct file *filp)
                /*
                 * Deep badness.  rd_blkdev_pagecache_IO() needs to allocate
                 * pagecache pages within a request_fn.  We cannot recur back
-                * into the filesytem which is mounted atop the ramdisk, because
+                * into the filesystem which is mounted atop the ramdisk, because
                 * that would deadlock on fs locks.  And we really don't want
                 * to reenter rd_blkdev_pagecache_IO when we're already within
                 * that function.