* Check if indexes and configuration files changed on disk and the current
* context is not valid anymore.
*
- * Returns KMOD_RESOURCES_OK if resources are still valid,
+ * Returns: KMOD_RESOURCES_OK if resources are still valid,
* KMOD_RESOURCES_MUST_RELOAD if it's sufficient to call
* kmod_unload_resources() and kmod_load_resources() or
* KMOD_RESOURCES_MUST_RECREATE if @ctx must be re-created.
((char *)(member_ptr) - offsetof(containing_type, member)) \
- check_types_match(*(member_ptr), ((containing_type *)0)->member))
-/**
+/*
* BUILD_ASSERT_OR_ZERO - assert a build-time dependency, as an expression.
* @cond: the compile-time condition which must be true.
*