mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -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
|
@ -19,10 +19,9 @@
|
|||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* http://www.FreeRTOS.org
|
||||
* http://aws.amazon.com/freertos
|
||||
* https://www.FreeRTOS.org
|
||||
* https://github.com/FreeRTOS
|
||||
*
|
||||
* 1 tab == 4 spaces!
|
||||
*/
|
||||
|
||||
|
||||
|
@ -290,7 +289,7 @@ UBaseType_t uxIndexToTest, uxOtherIndexes;
|
|||
for( uxIndexToTest = 0; uxIndexToTest < configTASK_NOTIFICATION_ARRAY_ENTRIES; uxIndexToTest++ )
|
||||
{
|
||||
/* Send notifications to all indexes with the array of task
|
||||
notificaitons other than the one on which this task will block. */
|
||||
notifications other than the one on which this task will block. */
|
||||
for( uxOtherIndexes = 0; uxOtherIndexes < configTASK_NOTIFICATION_ARRAY_ENTRIES; uxOtherIndexes++ )
|
||||
{
|
||||
if( uxOtherIndexes != uxIndexToTest )
|
||||
|
@ -1109,7 +1108,7 @@ const TickType_t xDontBlock = 0;
|
|||
ulReceivedValue = ulTaskNotifyTakeIndexed( uxIndexToNotify, pdTRUE, portMAX_DELAY );
|
||||
|
||||
/* Interrupt should have reset xSendNotificationFromISR after it sent
|
||||
the notificatino. */
|
||||
the notification. */
|
||||
configASSERT( xSendNotificationFromISR == pdFALSE );
|
||||
|
||||
/* The notification value was initially zero, and should have been
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue