aboutsummaryrefslogtreecommitdiff
path: root/module/resource_perms
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2020-09-28 12:38:49 +0100
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2020-10-02 14:19:09 +0100
commit691839e0c23cd6b836a39029e0639b9f62d6b46a (patch)
tree63c4f0de7b1d57a9c6f7417f7bff807019087a3d /module/resource_perms
parent3361c3269a4c6b053a39766c945a8be1611ce5c7 (diff)
docs: Normalize Doxygen paragraph indentation
Doxygen continutation line intendation across the code-base is currently inconsistent in spite of the code-style documentation specifying a two-tab indent on continuation lines. Change-Id: I0944d749042972797bde1997f02afd98d4028c1a Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'module/resource_perms')
-rw-r--r--module/resource_perms/include/mod_resource_perms.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/module/resource_perms/include/mod_resource_perms.h b/module/resource_perms/include/mod_resource_perms.h
index ac2fefd4..0a9e3b2c 100644
--- a/module/resource_perms/include/mod_resource_perms.h
+++ b/module/resource_perms/include/mod_resource_perms.h
@@ -75,8 +75,8 @@ enum mod_res_perms_protocol_deny {
struct mod_res_agent_protocol_permissions {
/*!
* \details This bitmask specifies which protocols are DISABLED for this
- * agent. If a bit is set that agent does NOT have permission to
- * use the protocol.
+ * agent. If a bit is set that agent does NOT have permission to
+ * use the protocol.
*/
mod_res_perms_t protocols;
};
@@ -133,26 +133,26 @@ struct mod_res_agent_msg_permissions {
/*!
* \brief Bitmask of the resources for each protocol:command disabled for
- * the agent.
+ * the agent.
*
* \details Each protocol will manage a unique number of commands, so
- * we specify different size tables.
+ * we specify different size tables.
*
* If the permissions table is not set then the agent is deemed
- * to be allowed access that protocol:command:resource. They will
- * be checked in order protocol->command->resource.
+ * to be allowed access that protocol:command:resource. They will
+ * be checked in order protocol->command->resource.
*
* In order for a protocol to be disabled for an agent, the
- * bit must be SET in the agent_protocol_permissions table.
+ * bit must be SET in the agent_protocol_permissions table.
*
* In order for a command to be disabled for an agent, the
- * bit must be SET in the agent_cmd_permissions table.
+ * bit must be SET in the agent_cmd_permissions table.
*
* In order for a resource to be disabled for an agent, the
- * bit must be SET in the agent_permission table.
+ * bit must be SET in the agent_permission table.
*
* \note The VERSION/ATTRIBUTES/MSG_ATTRIBUTES commands
- * are available to all agents.
+ * are available to all agents.
*
* \note The BASE and SYSTEM_POWER protocols are managed by
* agent:protocol:command, there are no resource