]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
xen-blkfront: Fix 'physical' typos
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 26 Jan 2021 20:55:09 +0000 (14:55 -0600)
committerJuergen Gross <jgross@suse.com>
Fri, 23 Apr 2021 07:43:42 +0000 (09:43 +0200)
Fix misspelling of "physical".

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Link: https://lore.kernel.org/r/20210126205509.2917606-1-helgaas@kernel.org
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/block/xen-blkfront.c

index e1c6798889f48afe9e6fc14a8ef5d93f919d365c..06c4efd97780013341ade3232aca246972f08f8b 100644 (file)
@@ -2397,7 +2397,7 @@ static void blkfront_connect(struct blkfront_info *info)
        }
 
        /*
-        * physcial-sector-size is a newer field, so old backends may not
+        * physical-sector-size is a newer field, so old backends may not
         * provide this. Assume physical sector size to be the same as
         * sector_size in that case.
         */