On 5/22/2025 12:47 AM, Alok Tiwari wrote:
> Corrected spelling errors such as "simular" -> "similar",
> "excepted" -> "accepted", and "Determime" -> "Determine".
> Fixed including incorrect word usage ("to MAC" -> "two MAC")
> and improved awkward phrasing.
>
> Aligned function header descriptions with their actual functionality
> (e.g., "Writes a value" -> "Reads a value").
> Corrected typo in error code from -ENIVAL to -EINVAL.
> Improved overall clarity and consistency in comment across various
> functions.
>
> These changes improve maintainability and readability of the code
> without affecting functionality.
>
> Signed-off-by: Alok Tiwari <[email protected]>
> ---
With or without the s/accepted/expected/ suggestion from Simon:
Reviewed-by: Jacob Keller <[email protected]>