Cosmetic changes to comments
This commit is contained in:
parent
cfcd98ca89
commit
fccef49305
2
arch
2
arch
@ -1 +1 @@
|
|||||||
Subproject commit 414b1da6b18e57ec4119c0a70f84e7c635243717
|
Subproject commit 88ef94c7b32a793e11a7d0eb75b0f6c839a59a91
|
2
configs
2
configs
@ -1 +1 @@
|
|||||||
Subproject commit 904067c60cb19341e9f806710f7f8c20301a33e8
|
Subproject commit ebc3a719168c1e7524a64498cd6d9312f26d36b0
|
@ -67,10 +67,6 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* Private Data
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
@ -220,4 +216,3 @@ void mm_givesemaphore(FAR struct mm_heap_s *heap)
|
|||||||
ASSERT(sem_post(&heap->mm_semaphore) == 0);
|
ASSERT(sem_post(&heap->mm_semaphore) == 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* sched/irq/irq_csection.c
|
* sched/irq/irq_csection.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2008, 2010 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
Loading…
Reference in New Issue
Block a user