[PATCH] xen-blkfront: Fix 'physical' typos

Bjorn Helgaas posted 1 patch 3 years, 2 months ago
Failed in applying to current master (apply log)
drivers/block/xen-blkfront.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] xen-blkfront: Fix 'physical' typos
Posted by Bjorn Helgaas 3 years, 2 months ago
From: Bjorn Helgaas <bhelgaas@google.com>

Fix misspelling of "physical".

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 drivers/block/xen-blkfront.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 	 */
-- 
2.25.1


Re: [PATCH] xen-blkfront: Fix 'physical' typos
Posted by Juergen Gross 2 years, 12 months ago
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
Re: [PATCH] xen-blkfront: Fix 'physical' typos
Posted by Roger Pau Monné 3 years, 2 months ago
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.