diff --git a/docs/user/drivers/fs_interface.dox b/docs/user/drivers/fs_interface.dox index edfe0573fe..30807fb1ce 100644 --- a/docs/user/drivers/fs_interface.dox +++ b/docs/user/drivers/fs_interface.dox @@ -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. */