Fixes for doxygen errors coming from 3810596.
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 2 Oct 2013 05:49:02 +0000 (08:49 +0300)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Mon, 14 Oct 2013 10:00:02 +0000 (13:00 +0300)
Doxygen errors that are regression from 3810596. Went in because
I forgot to install doxygen into my test environment.
(cherry picked from commit 8ef1846c05d32a92b23538ee491fd31350c2a045)

libsmack/sys/smack.h

index 3a78a80..36699f0 100644 (file)
@@ -156,7 +156,7 @@ int smack_have_access(const char *subject, const char *object,
  * @return Returns 0 on success and negative on failure. If the operation
  * is succesful 'cipso' variable will contain a valid pointer.
  */
-int smack_cipso_new(struct smack_cipso **cipso);
+int smack_cipso_new(struct smack_cipso **handle);
 
 /*!
  * Destroys a struct smack_cipso instance.
@@ -176,11 +176,11 @@ int smack_cipso_apply(struct smack_cipso *handle);
 /*!
  * Add CIPSO rules from the given file.
  *
- * @param cipso instance
  * @param handle handle to a struct smack_cipso instance
+ * @param fd file descriptor
  * @return Returns 0 on success and negative on failure.
  */
-int smack_cipso_add_from_file(struct smack_cipso *cipso, int fd);
+int smack_cipso_add_from_file(struct smack_cipso *handle, int fd);
 
 /*!
  * Get pointer to a string containing path to the mounted SmackFS.