[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0.5/7] include/block/block.h: drop non-ascii quotation mark
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
[PATCH 0.5/7] include/block/block.h: drop non-ascii quotation mark |
Date: |
Fri, 25 Sep 2020 11:32:29 +0300 |
This is the only non-ascii character in the file and it doesn't really
needed here. Let's use normal "'" symbol for consistency with the rest
11 occurrences of "'" in the file.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---
include/block/block.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/block/block.h b/include/block/block.h
index 8b87df69a1..ce2ac39299 100644
--- a/include/block/block.h
+++ b/include/block/block.h
@@ -304,7 +304,7 @@ enum BdrvChildRoleBits {
BDRV_CHILD_FILTERED = (1 << 2),
/*
- * Child from which to read all data that isn’t allocated in the
+ * Child from which to read all data that isn't allocated in the
* parent (i.e., the backing child); such data is copied to the
* parent through COW (and optionally COR).
* This field is mutually exclusive with DATA, METADATA, and
--
2.21.3
- [PATCH v9 3/7] block: declare some coroutine functions in block/coroutines.h, (continued)
- [PATCH v9 3/7] block: declare some coroutine functions in block/coroutines.h, Vladimir Sementsov-Ogievskiy, 2020/09/24
- [PATCH v9 4/7] scripts: add block-coroutine-wrapper.py, Vladimir Sementsov-Ogievskiy, 2020/09/24
- [PATCH v9 5/7] block: generate coroutine-wrapper code, Vladimir Sementsov-Ogievskiy, 2020/09/24
- [PATCH v9 6/7] block: drop bdrv_prwv, Vladimir Sementsov-Ogievskiy, 2020/09/24
- Re: [PATCH v9 0/7] coroutines: generate wrapper code, Eric Blake, 2020/09/24
- Re: [PATCH v9 0/7] coroutines: generate wrapper code, no-reply, 2020/09/24
- [PATCH 0.5/7] include/block/block.h: drop non-ascii quotation mark,
Vladimir Sementsov-Ogievskiy <=
- Re: [PATCH v9 0/7] coroutines: generate wrapper code, Stefan Hajnoczi, 2020/09/25