diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-01-26 23:55:09 +0300 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2021-04-23 10:43:42 +0300 |
commit | ec3307a5bb6823bd687a660c1ece9b271e0b1288 (patch) | |
tree | 0d6d2e4de62bff0d19b1941dd6340e98832eb0cc /drivers | |
parent | d75e7f63b7c95c527cde42efb5d410d7f961498f (diff) | |
download | linux-ec3307a5bb6823bd687a660c1ece9b271e0b1288.tar.xz |
xen-blkfront: Fix 'physical' typos
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/xen-blkfront.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |