]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
doc: fix comments format
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 9 Jan 2012 04:35:41 +0000 (02:35 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 9 Jan 2012 05:29:29 +0000 (03:29 -0200)
libkmod/libkmod.c
libkmod/macro.h

index 8e3acf72378edb76d920d61aa41d154bd0147489..1e8b6ca912efb00895ec8ef08807601ff6cc1932 100644 (file)
@@ -633,7 +633,7 @@ static bool is_cache_invalid(const char *path, unsigned long long stamp)
  * 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.
index c0c4dc7e95ba6c0b737ea991a74ddf989562cef1..06300df89bc824ccc7725b8b631f1a642b8be364 100644 (file)
@@ -49,7 +49,7 @@
         ((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.
  *