diff mbox series

xen-blkfront: Fix 'physical' typos

Message ID 20210126205509.2917606-1-helgaas@kernel.org (mailing list archive)
State Accepted
Commit ec3307a5bb6823bd687a660c1ece9b271e0b1288
Headers show
Series xen-blkfront: Fix 'physical' typos | expand

Commit Message

Bjorn Helgaas Jan. 26, 2021, 8:55 p.m. UTC
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(-)

Comments

Roger Pau Monné Jan. 27, 2021, 9:09 a.m. UTC | #1
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.
Jürgen Groß April 23, 2021, 8:05 a.m. UTC | #2
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 mbox series

Patch

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