aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-03-03 07:51:25 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-03-03 07:51:25 +0000
commit65ad4b649437f1635543578a6f257451253287e0 (patch)
tree3b3cb287c22813a5770ca77eb30c104fc4a82803 /os
parenta7281b1cd592e48e6d9dd287de0d29004ab11b40 (diff)
downloadChibiOS-65ad4b649437f1635543578a6f257451253287e0.tar.gz
ChibiOS-65ad4b649437f1635543578a6f257451253287e0.tar.bz2
ChibiOS-65ad4b649437f1635543578a6f257451253287e0.zip
Fixed some white space.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10114 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/rt/include/chevents.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/rt/include/chevents.h b/os/rt/include/chevents.h
index db5c3ded5..b306dc8af 100644
--- a/os/rt/include/chevents.h
+++ b/os/rt/include/chevents.h
@@ -100,7 +100,7 @@ typedef void (*evhandler_t)(eventid_t id);
* @brief Data part of a static event source initializer.
* @details This macro should be used when statically initializing an event
* source that is part of a bigger structure.
- * @param name the name of the event source variable
+ * @param name the name of the event source variable
*/
#define _EVENTSOURCE_DATA(name) {(void *)(&name)}
@@ -173,11 +173,11 @@ static inline void chEvtObjectInit(event_source_t *esp) {
}
/**
- * @brief Registers an Event Listener on an Event Source.
+ * @brief Registers an Event Listener on an Event Source.
* @details Once a thread has registered as listener on an event source it
- * will be notified of all events broadcasted there.
- * @note Multiple Event Listeners can specify the same bits to be ORed to
- * different threads.
+ * will be notified of all events broadcasted there.
+ * @note Multiple Event Listeners can specify the same bits to be ORed to
+ * different threads.
*
* @param[in] esp pointer to the @p event_source_t structure
* @param[out] elp pointer to the @p event_listener_t structure