summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-26 15:06:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-02 07:47:36 +0200
commit18f5bcb9d245cf16bdb53fca8ba2434e05d6f37f (patch)
tree43147ffd55d49264bd5b92a4a904e7fa2f58ac60 /cpukit
parenttestsuites: Remove CONFIGURE_MALLOC_STATISTICS (diff)
downloadrtems-18f5bcb9d245cf16bdb53fca8ba2434e05d6f37f.tar.bz2
rtems: Fix Doxygen comment
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/irq-extension.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/include/rtems/irq-extension.h b/cpukit/include/rtems/irq-extension.h
index 122901d796..0d77b320bc 100644
--- a/cpukit/include/rtems/irq-extension.h
+++ b/cpukit/include/rtems/irq-extension.h
@@ -589,8 +589,6 @@ rtems_status_code rtems_interrupt_server_entry_move(
* this function within the context of an interrupt server is undefined
* behaviour. No error checking is performed.
*
- * @param[in] server_index The interrupt server index. Use
- * @c RTEMS_INTERRUPT_SERVER_DEFAULT to specify the default server.
* @param[in] entry The interrupt server entry to destroy. It must have been
* initialized via rtems_interrupt_server_entry_initialize().
*/