mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-26 23:36:32 -04:00
Aws only files spell check (#593)
* Added spell check * All words * Add a missing word * Fix header checks * Fix header checks v1 * Fix header check v2 * Updated freertos link in header * Fixed afr link in the header * Fix last of header checks * Update the spell check script to check amazon licensed files only * Fixed paths and added comments * Try with modified repo * Add inplace substitute option to sed * Use official repo as the spell checker source * Add vendor file to the ignored list Co-authored-by: root <root@ip-172-31-5-28.us-west-2.compute.internal>
This commit is contained in:
parent
e117bdcd17
commit
1bc759d413
104 changed files with 3737 additions and 444 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* FreeRTOS V202012.00
|
||||
* FreeRTOS V202104.00
|
||||
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
|
|
@ -256,7 +256,7 @@ void test_pcQueueGetName_null_xQueue( void )
|
|||
|
||||
/**
|
||||
* @brief Test pcQueueGetName with an xQueue handle that was not registered.
|
||||
* @details Verify that a call to pcQueueGetName with an unregisteredd xQueue
|
||||
* @details Verify that a call to pcQueueGetName with an unregistered xQueue
|
||||
* returns a NULL pointer.
|
||||
* @coverage pcQueueGetName
|
||||
**/
|
||||
|
|
@ -311,7 +311,7 @@ void test_vQueueUnregisterQueue_null_handle( void )
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Test vQueueUnregisterQueue with an unregisterd xQueue handle
|
||||
* @brief Test vQueueUnregisterQueue with an unregistered xQueue handle
|
||||
* @details Verify that calling vQueueUnregisterQueue does not result in an assertion.
|
||||
* @coverage vQueueUnregisterQueue
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue