mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Fix some codespell warnings
Brought to you by codespell -w (using codespell v2.1.0). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
3f18004778
commit
0194ed392f
83 changed files with 124 additions and 124 deletions
|
|
@ -43,7 +43,7 @@
|
|||
*
|
||||
* The lower case r0-r31 should be used in preference to the upper
|
||||
* case R0-R31 as they provide more error checking in the assembler.
|
||||
* Use R0-31 only when really nessesary.
|
||||
* Use R0-31 only when really necessary.
|
||||
*/
|
||||
|
||||
/* clang-format off */
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#include "common/asm/atomic.h"
|
||||
#include "common/compiler.h"
|
||||
|
||||
/* scan-build complains about derefencing a NULL pointer here. */
|
||||
/* scan-build complains about dereferencing a NULL pointer here. */
|
||||
#ifndef __clang_analyzer__
|
||||
#define LOCK_BUG_ON(condition) \
|
||||
if ((condition)) \
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ int __recv_fds(int sock, int *fds, int nr_fds, void *data, unsigned ch_size, int
|
|||
min_fd = (cmsg->cmsg_len - sizeof(struct cmsghdr)) / sizeof(int);
|
||||
/*
|
||||
* In case if kernel screwed the recipient, most probably
|
||||
* the caller stack frame will be overwriten, just scream
|
||||
* the caller stack frame will be overwritten, just scream
|
||||
* and exit.
|
||||
*
|
||||
* FIXME Need to sanitize util.h to be able to include it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue