mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
Cosmetic changes to comments
This commit is contained in:
+1
-1
Submodule arch updated: 414b1da6b1...88ef94c7b3
+1
-1
Submodule configs updated: 904067c60c...ebc3a71916
@@ -67,10 +67,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
@@ -220,4 +216,3 @@ void mm_givesemaphore(FAR struct mm_heap_s *heap)
|
||||
ASSERT(sem_post(&heap->mm_semaphore) == 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* 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>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
||||
Reference in New Issue
Block a user