summaryrefslogtreecommitdiff
path: root/nuttx/sched/kmm_addregion.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/kmm_addregion.c')
-rw-r--r--nuttx/sched/kmm_addregion.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/kmm_addregion.c b/nuttx/sched/kmm_addregion.c
index ed923a56f..652367f5a 100644
--- a/nuttx/sched/kmm_addregion.c
+++ b/nuttx/sched/kmm_addregion.c
@@ -2,7 +2,7 @@
* sched/kmm_addregion.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -84,7 +84,7 @@ typedef void (*kmaddregion_t)(FAR void*, size_t);
************************************************************************/
/************************************************************************
- * Function: kmm_addregion
+ * Name: kmm_addregion
*
* Description:
* This is a simple redirection to the user-space mm_addregion()