mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
ci: fix codespell errors
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
41938f14b6
commit
e076c11e22
@ -3274,7 +3274,7 @@ int macvlan_ext_add(struct external *ext)
|
||||
/*
|
||||
* The setns() syscall (called by switch_ns()) can be extremely
|
||||
* slow. If we call it two or more times from the same task the
|
||||
* kernel will synchonously go on a very slow routine called
|
||||
* kernel will synchronously go on a very slow routine called
|
||||
* synchronize_rcu() trying to put a reference on old namespaces.
|
||||
*
|
||||
* To avoid doing this more than once we pre-create all the
|
||||
|
@ -115,7 +115,7 @@ static int pmc_fill_cache(pmc_t *pmc, const struct vma_area *vma)
|
||||
* fit in solid manner, iow -- either the whole vma fits
|
||||
* the cache window, either plain read is used.
|
||||
*
|
||||
* The benefit (apart redusing the number of read() calls)
|
||||
* The benefit (apart reducing the number of read() calls)
|
||||
* is to walk page tables less.
|
||||
*/
|
||||
if (!pagemap_cache_disabled && len < PMC_SIZE && (vma->e->start - low) < PMC_SIZE_GAP) {
|
||||
|
@ -365,7 +365,7 @@ def pb2dict(pb, pretty=False, is_hex=False):
|
||||
def _dict2pb_cast(field, value):
|
||||
# Not considering TYPE_MESSAGE here, as repeated
|
||||
# and non-repeated messages need special treatment
|
||||
# in this case, and are hadled separately.
|
||||
# in this case, and are handled separately.
|
||||
if field.type == FD.TYPE_BYTES:
|
||||
return get_bytes_dec(field)(value)
|
||||
elif field.type == FD.TYPE_ENUM:
|
||||
|
@ -1063,7 +1063,7 @@ static bool iolink_match(struct tp_iolink *src, struct tp_iolink *dest)
|
||||
*
|
||||
* Nodes compatibility are determined by:
|
||||
* 1. Comparing the node properties
|
||||
* 2. Making sure iolink mappings to CPUs would be compabitle with existing iolink mappings in maps
|
||||
* 2. Making sure iolink mappings to CPUs would be compatible with existing iolink mappings in maps
|
||||
*
|
||||
* If src_node and dest_node are mappable, then map_device will push the new mapping
|
||||
* for src_node -> dest_node into new_maps.
|
||||
|
@ -1,7 +1,7 @@
|
||||
ifndef ____nmk_defined__main
|
||||
|
||||
#
|
||||
# Genaral inclusion statement
|
||||
# General inclusion statement
|
||||
|
||||
ifndef ____nmk_defined__include
|
||||
include $(__nmk_dir)include.mk
|
||||
|
@ -17,7 +17,7 @@
|
||||
#define CLONE_NEWNS 0x00020000
|
||||
#endif
|
||||
|
||||
const char *test_doc = "Check that mnt_id is repsected";
|
||||
const char *test_doc = "Check that mnt_id is respected";
|
||||
const char *test_author = "Pavel Emelianov <xemul@parallels.com>";
|
||||
|
||||
#define MPTS_FILE "F"
|
||||
|
Loading…
x
Reference in New Issue
Block a user