nanokernel: rename struct s_CCS to struct ccs
Follow coding conventions. Change-Id: Ie398d66e6255b76b4546aa9c827997b5dfb0743c Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
6b8589612f
commit
f9d34ff899
7 changed files with 14 additions and 14 deletions
|
@ -61,7 +61,7 @@ tNANO _nanokernel = {0};
|
|||
* RETURNS: N/A
|
||||
*/
|
||||
|
||||
static ALWAYS_INLINE void _context_monitor_init(struct s_CCS *pCcs /* context */
|
||||
static ALWAYS_INLINE void _context_monitor_init(struct ccs *pCcs /* context */
|
||||
)
|
||||
{
|
||||
unsigned int key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue