Commit 74ab0030 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jiri Kosina

mbox-db5500.c Change initate to initiate.

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Acked-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent cb60a422
......@@ -498,7 +498,7 @@ struct mbox *mbox_setup(u8 mbox_id, mbox_recv_cb_t *mbox_cb, void *priv)
#endif
dev_info(&(mbox->pdev->dev),
"Mailbox driver with index %d initated!\n", mbox_id);
"Mailbox driver with index %d initiated!\n", mbox_id);
exit:
return mbox;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment