summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-07-08 14:39:43 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-07-12 11:57:57 +0200
commitf3db22862d22821be2d566435cb0c59387343fc2 (patch)
tree946d6a1ff4f9c0841fc7684c0c3ec157a25076b3
parentb9b2c0836f64f375babb75d92b924f3780f20521 (diff)
downloadsssd-f3db22862d22821be2d566435cb0c59387343fc2.tar.gz
sssd-f3db22862d22821be2d566435cb0c59387343fc2.tar.xz
sssd-f3db22862d22821be2d566435cb0c59387343fc2.zip
ipa_hbac: Fix documentation for hbac_enable_debug
src/lib/ipa_hbac/ipa_hbac.h:68: warning: expected whitespace after [ command Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--src/lib/ipa_hbac/ipa_hbac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ipa_hbac/ipa_hbac.h b/src/lib/ipa_hbac/ipa_hbac.h
index 8801c20c4..f9d339c05 100644
--- a/src/lib/ipa_hbac/ipa_hbac.h
+++ b/src/lib/ipa_hbac/ipa_hbac.h
@@ -65,8 +65,8 @@ typedef void (*hbac_debug_fn_t)(const char *file, int line,
...) HBAC_ATTRIBUTE_PRINTF(5, 6);
/**
- * HBAC uses external_debug_fn for logging messages.
- * @param[in|out] external_debug_void Pointer to external logging function.
+ * HBAC uses external_debug_fn for logging messages.
+ * @param[in] external_debug_fn Pointer to external logging function.
*/
void hbac_enable_debug(hbac_debug_fn_t external_debug_fn);