Skip to content

Commit

Permalink
Fix errors in fs_interface.dox
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Apr 27, 2016
1 parent 873cc55 commit 9a243c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user/drivers/fs_interface.dox
Expand Up @@ -1905,14 +1905,14 @@
*/

/*!
\fn status_t notify_stat_changed(dev_t device, ino_t node,
\fn status_t notify_stat_changed(dev_t device, ino_t directory, ino_t node,
uint32 statFields)
\brief Notifies listeners that certain \a statFields of a node were updated.
*/

/*!
\fn status_t notify_attribute_changed(dev_t device, ino_t node,
const char *attribute, int32 cause)
\fn status_t notify_attribute_changed(dev_t device, ino_t directory,
ino_t node, const char *attribute, int32 cause)
\brief Notifies listeners that an attribute of a node has been changed.
*/

Expand Down

0 comments on commit 9a243c1

Please sign in to comment.