Message ID | 20210126205509.2917606-1-helgaas@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | ec3307a5bb6823bd687a660c1ece9b271e0b1288 |
Headers | show |
Series | xen-blkfront: Fix 'physical' typos | expand |
On Tue, Jan 26, 2021 at 02:55:09PM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@google.com> > > Fix misspelling of "physical". > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Roger Pau Monné <roger.pau@citrix.com> Thanks, Roger.
On 26.01.21 21:55, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@google.com> > > Fix misspelling of "physical". > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Pushed to xen/tip.git for-linus-5.13 Juergen
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index 5265975b3fba..876db9fcf388 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c @@ -2403,7 +2403,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. */