Fix nxstyle complaints from files changed by this PR
This commit is contained in:
parent
bda24f09c2
commit
5c7a0bd9f0
@ -34,6 +34,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* Configuration ************************************************************/
|
/* Configuration ************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_TLS_ALIGNED
|
#ifdef CONFIG_TLS_ALIGNED
|
||||||
@ -99,10 +100,10 @@ struct tls_info_s
|
|||||||
* elem - Index of TLS element to return
|
* elem - Index of TLS element to return
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* The value of TLS element associated with 'elem'. Errors are not reported.
|
* The value of TLS element associated with 'elem'. Errors are not
|
||||||
* Aero is returned in the event of an error, but zero may also be valid
|
* reported. Zero is returned in the event of an error, but zero may also
|
||||||
* value and returned when there is no error. The only possible error would
|
* be valid value and returned when there is no error. The only possible
|
||||||
* be if elemn < 0 or elem >=CONFIG_TLS_NELEM.
|
* error would be if elem < 0 or elem >=CONFIG_TLS_NELEM.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
@ -47,10 +47,10 @@
|
|||||||
* elem - Index of TLS element to return
|
* elem - Index of TLS element to return
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* The value of TLS element associated with 'elem'. Errors are not reported.
|
* The value of TLS element associated with 'elem'. Errors are not
|
||||||
* Aero is returned in the event of an error, but zero may also be valid
|
* reported. Zero is returned in the event of an error, but zero may also
|
||||||
* value and returned when there is no error. The only possible error would
|
* be valid value and returned when there is no error. The only possible
|
||||||
* be if elem >=CONFIG_TLS_NELEM.
|
* error would be if elem < 0 or elem >=CONFIG_TLS_NELEM.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user