diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2021-03-12 19:31:10 -0700 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2021-04-13 20:07:35 -0500 |
commit | 9d2e8b93236a45f20ae0b71cc507301111cc2f58 (patch) | |
tree | 6e24bf016583bd52b0d50f23a317b04a996712b6 /drivers/mailbox/mailbox.h | |
parent | 3cfc7489667bcd2ab4eb1638ec7bc8b67c6324d0 (diff) |
mailbox: fix various typos in comments
Fix trivial typos in mailbox driver comments.
s/Intergrated/Integrated/
s/extenstion/extension/
s/atleast/at least/
s/commnunication/communication/
s/assgined/assigned/
s/commnunication/communication/
s/recevied/received/
s/succeded/succeeded/
s/implmentation/implementation/
s/definiation/definition/
s/traget/target/
s/wont/won't/
Cc: trivial@kernel.org
Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox/mailbox.h')
-rw-r--r-- | drivers/mailbox/mailbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/mailbox.h b/drivers/mailbox/mailbox.h index 4e3cc4426513..046d6d258b32 100644 --- a/drivers/mailbox/mailbox.h +++ b/drivers/mailbox/mailbox.h @@ -5,6 +5,6 @@ #define TXDONE_BY_IRQ BIT(0) /* controller has remote RTR irq */ #define TXDONE_BY_POLL BIT(1) /* controller can read status of last TX */ -#define TXDONE_BY_ACK BIT(2) /* S/W ACK recevied by Client ticks the TX */ +#define TXDONE_BY_ACK BIT(2) /* S/W ACK received by Client ticks the TX */ #endif /* __MAILBOX_H */ |