-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Remove superfluous double ; #11761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove superfluous double ; #11761
Conversation
|
Do you want to test this code? Here you have an automated build: |
|
AUTOMERGE: (FAIL)
|
|
@SteveCEvans : Not sure about touching CMSIS/HAL code from ST |
| #endif /* (USE_HAL_CRYP_REGISTER_CALLBACKS) */ | ||
|
|
||
| /* Set the key size(This bit field is dont care in the DES or TDES modes) data type and Algorithm */ | ||
| /* Set the key size(This bit field is �don�t care� in the DES or TDES modes) data type and Algorithm */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Encoding different from UTF-8?
| hcryp->Init.DataWidthUnit = pConf->DataWidthUnit; | ||
|
|
||
| /* Set the key size(This bit field is dont care in the DES or TDES modes) data type, AlgoMode and operating mode*/ | ||
| /* Set the key size(This bit field is �don�t care� in the DES or TDES modes) data type, AlgoMode and operating mode*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Encoding different from UTF-8?
Many instances of
;;