Docs: Clarification of CONTAINER_OF
This is a small reordering of the CONTAINER_OF description to clarify its purpose. Signed-off-by: Chris Pearson <ctpearson@gmail.com>
This commit is contained in:
parent
36f907e43c
commit
a6f8fc326c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ extern "C" {
|
|||
((ptr) && ((ptr) >= &array[0] && (ptr) < &array[ARRAY_SIZE(array)]))
|
||||
|
||||
/**
|
||||
* @brief Get a pointer to a container structure from an element
|
||||
* @brief Get a pointer to a structure containing the element
|
||||
*
|
||||
* Example:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue