From 3743b49557f63d0ca541103fe0929e432cde3678 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lslebodn@redhat.com>
Date: Fri, 8 Jul 2016 14:39:43 +0200
Subject: [PATCH 07/18] 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>
(cherry picked from commit f3db22862d22821be2d566435cb0c59387343fc2)
---
src/lib/ipa_hbac/ipa_hbac.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/ipa_hbac/ipa_hbac.h b/src/lib/ipa_hbac/ipa_hbac.h
index 8801c20c492caf53a089c2724c2ed4a96805904c..f9d339c058f109acdea95fa185182f08d1e8af9e 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);
--
2.4.11