mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05: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
|
|
@ -319,7 +319,7 @@ static void prvObjectGeneration( void )
|
|||
CK_BYTE pucPublicKeyLabel[] = { pkcs11configLABEL_DEVICE_PRIVATE_KEY_FOR_TLS };
|
||||
CK_BYTE pucPrivateKeyLabel[] = { pkcs11configLABEL_DEVICE_PUBLIC_KEY_FOR_TLS };
|
||||
|
||||
/* CK_ATTTRIBUTE's contain an attribute type, a value, and the length of
|
||||
/* CK_ATTRIBUTE's contain an attribute type, a value, and the length of
|
||||
* the value. An array of CK_ATTRIBUTEs is called a template. They are used
|
||||
* for creating, searching, and manipulating for objects. The order of the
|
||||
* template does not matter.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue