soc/tegra: bpmp: cleanup double word in comment
Remove the second 'or'. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
194217df81
commit
fcfaff508b
|
@ -931,7 +931,7 @@ enum mrq_reset_commands {
|
|||
* @brief Request with MRQ_RESET
|
||||
*
|
||||
* Used by the sender of an #MRQ_RESET message to request BPMP to
|
||||
* assert or or deassert a given reset line.
|
||||
* assert or deassert a given reset line.
|
||||
*/
|
||||
struct mrq_reset_request {
|
||||
/** @brief Reset action to perform (@ref mrq_reset_commands) */
|
||||
|
|
Loading…
Reference in New Issue