mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
nitro_enclaves: Add fixes for checkpatch spell check reports
Fix the typos in the words spelling as per the checkpatch script reports. Reviewed-by: George-Aurelian Popescu <popegeo@amazon.com> Signed-off-by: Andra Paraschiv <andraprs@amazon.com> Link: https://lore.kernel.org/r/20210827154930.40608-7-andraprs@amazon.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
02bba596de
commit
059ebe4fe3
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
* Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -638,7 +638,7 @@ static int ne_start_enclave(int enclave_fd, struct ne_enclave_start_info *encla
|
||||
}
|
||||
|
||||
/**
|
||||
* ne_start_enclave_check_booted() - Start the enclave and wait for a hearbeat
|
||||
* ne_start_enclave_check_booted() - Start the enclave and wait for a heartbeat
|
||||
* from it, on a newly created vsock channel,
|
||||
* to check it has booted.
|
||||
* @enclave_fd : The file descriptor associated with the enclave.
|
||||
|
||||
Reference in New Issue
Block a user