Skip to content

Commit 25239a4

Browse files
Amanda ButlerOren Cohen
authored andcommitted
Edit spm_client.h
Make minor copy edits, mostly for punctuation and style.
1 parent aea9713 commit 25239a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/TARGET_PSA/spm/spm_client.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#define __MBED_SPM_CLIENT_H__
2020

2121
/** @addtogroup SPM
22-
* The SPM (Secure Partition Manager) is responsible for isolating software in partitions,@n
23-
* managing the execution of software within partitions, and providing IPC between partitions.
22+
* The Secure Partition Manager (SPM) is responsible for isolating software in partitions,@n
23+
* managing the execution of software within partitions and providing IPC between partitions.
2424
* @{
2525
*/
2626

@@ -43,7 +43,7 @@ extern "C" {
4343
/**
4444
* Retrieve the version of the PSA Framework API that is implemented.
4545
*
46-
* @note The PSA Framework API version is made up of the major and minor versions as follows:
46+
* @note The PSA Framework API version is made of the major and minor versions as follows:
4747
* @code
4848
* ((major_version << 8) | minor_version)
4949
* @endcode
@@ -55,7 +55,7 @@ uint32_t psa_framework_version(void);
5555
* Retrieve the minor version of a Root of Trust Service by its SID.
5656
*
5757
* @param[in] sid The Root of Trust Service ID
58-
* @return Minor version of Root of Trust Service or PSA_VERSION_NONE if Root of Trust Service not present on the system.
58+
* @return Minor version of Root of Trust Service or PSA_VERSION_NONE if Root of Trust Service is not present on the system.
5959
*/
6060
uint32_t psa_version(uint32_t sid);
6161

@@ -82,7 +82,7 @@ psa_handle_t psa_connect(uint32_t sid, uint32_t minor_version);
8282
* @param[in] out_len Number of ::psa_outvec_t structures in out_vec. (At most ::PSA_MAX_IOVEC - in_len)
8383
* @return 0 for success or@n
8484
* @a positive numbers for application-specific return code.
85-
* @a negative number for application-specific error code.
85+
* @a negative numbers for application-specific error code.
8686
* @a PSA_DROP_CONNECTION if the connection has been dropped by the RoT Service.
8787
*/
8888
psa_error_t psa_call(
@@ -95,7 +95,7 @@ psa_error_t psa_call(
9595

9696
/**
9797
* Close a connection to a Root of Trust Service.
98-
* Sends the ::PSA_IPC_DISCONNECT message to the Root of Trust Service so it can clean up resources.
98+
* Sends the ::PSA_IPC_DISCONNECT message to the Root of Trust Service, so it can clean up resources.
9999
*
100100
* @param[in] handle Handle for the connection.
101101
*/

0 commit comments

Comments
 (0)