Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

mbox-db5500.c Change initate to initiate.

parent cb60a422
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;