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

2
arch

@ -1 +1 @@
Subproject commit 414b1da6b18e57ec4119c0a70f84e7c635243717 Subproject commit 88ef94c7b32a793e11a7d0eb75b0f6c839a59a91

@ -1 +1 @@
Subproject commit 904067c60cb19341e9f806710f7f8c20301a33e8 Subproject commit ebc3a719168c1e7524a64498cd6d9312f26d36b0

View File

@ -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);
} }
} }

View File

@ -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