Skip to content

Commit 4722c50

Browse files
committed
rephrase sai_check_sanity's note.
1 parent 46b32a7 commit 4722c50

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hal/sai_api.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extern "C" {
8181
*
8282
* @{
8383
*/
84-
84+
8585
/**
8686
* \defgroup hal_sai_tests sai hal tests
8787
* The sai HAL tests ensure driver conformance to defined behaviour.
@@ -190,8 +190,7 @@ void sai_free(sai_t *obj);
190190
* Checks init parameter sanity.
191191
* @param init A config to be sanity checked.
192192
* @return True if the init is sane.
193-
* @note It does not guaranty that this configuration will be supported by the
194-
* device.
193+
* @note This does not verify that the device actually supports this configuration.
195194
*/
196195
bool sai_check_sanity(sai_init_t *init);
197196

0 commit comments

Comments
 (0)