chore(realm): rename rsi_ripas_respose_type to rsi_response_type
RSI_RDEV_VALIDATE_MAPPING command's output value in X2 has RsiResponse
type. Rename 'rsi_ripas_respose_type' to 'rsi_response_type' and fix
typo.
Change-Id: I7af258f67c6f18eed9443bfb922dad3a2fdfb0a9
Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>
diff --git a/realm/include/realm_rsi.h b/realm/include/realm_rsi.h
index 9aa5540..a6260e4 100644
--- a/realm/include/realm_rsi.h
+++ b/realm/include/realm_rsi.h
@@ -376,7 +376,7 @@
typedef enum {
RSI_ACCEPT = 0U,
RSI_REJECT
-} rsi_ripas_respose_type;
+} rsi_response_type;
/*
* RsiRipasChangeDestroyed:
@@ -666,13 +666,13 @@
u_register_t *response,
u_register_t *new_cookie);
-/* Request RIPAS of a target IPA range to be changed to a specified value. */
+/* Request RIPAS of a target IPA range to be changed to a specified value */
u_register_t rsi_ipa_state_set(u_register_t base,
u_register_t top,
rsi_ripas_type ripas,
u_register_t flag,
u_register_t *new_base,
- rsi_ripas_respose_type *response);
+ rsi_response_type *response);
/* Request RIPAS of a target IPA range */
u_register_t rsi_ipa_state_get(u_register_t base,