mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
treewide: Fix typo in various drivers
Correct spelling typo in printk within various drivers. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
2c016dc2cb
commit
8a168ca707
@@ -841,7 +841,7 @@ static void rpmsg_recv_done(struct virtqueue *rvq)
|
||||
/* farewell, ept, we don't need you anymore */
|
||||
kref_put(&ept->refcount, __ept_release);
|
||||
} else
|
||||
dev_warn(dev, "msg received with no recepient\n");
|
||||
dev_warn(dev, "msg received with no recipient\n");
|
||||
|
||||
/* publish the real size of the buffer */
|
||||
sg_init_one(&sg, msg, RPMSG_BUF_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user