From f4cc6ea5eb8bcaa88415eeefcd3a8bd326c3f2d7 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 9 Jan 2012 02:35:41 -0200 Subject: [PATCH] doc: fix comments format --- libkmod/libkmod.c | 2 +- libkmod/macro.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c index 8e3acf7..1e8b6ca 100644 --- a/libkmod/libkmod.c +++ b/libkmod/libkmod.c @@ -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. diff --git a/libkmod/macro.h b/libkmod/macro.h index c0c4dc7..06300df 100644 --- a/libkmod/macro.h +++ b/libkmod/macro.h @@ -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. * -- 2.7.4