Cosmetic changes to comments

This commit is contained in:
Gregory Nutt
2016-02-15 13:48:08 -06:00
parent cfcd98ca89
commit fccef49305
4 changed files with 3 additions and 8 deletions
+1 -1
Submodule arch updated: 414b1da6b1...88ef94c7b3
+1 -1
Submodule configs updated: 904067c60c...ebc3a71916
-5
View File
@@ -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 -1
View File
@@ -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