From: Bjorn Helgaas Date: Tue, 26 Jan 2021 20:55:09 +0000 (-0600) Subject: xen-blkfront: Fix 'physical' typos X-Git-Tag: v5.13-rc1~179^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ec3307a5bb6823bd687a660c1ece9b271e0b1288;p=linux-platform-drivers-x86.git xen-blkfront: Fix 'physical' typos Fix misspelling of "physical". Signed-off-by: Bjorn Helgaas Acked-by: Roger Pau Monné Link: https://lore.kernel.org/r/20210126205509.2917606-1-helgaas@kernel.org Signed-off-by: Juergen Gross --- diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index e1c6798889f4..06c4efd97780 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c @@ -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. */