Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: Fix a typo in mailbox.txt

This patch fix a typo in Documentation/mailbox.txt
"bool async" is defined in struct demo_client.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Masanari Iida and committed by
Jonathan Corbet
70c03634 f353d71f

+1 -1
+1 -1
Documentation/mailbox.txt
··· 53 53 { 54 54 struct demo_client *dc = container_of(mbox_client, 55 55 struct demo_client, cl); 56 - if (dc->aysnc) { 56 + if (dc->async) { 57 57 if (is_an_ack(mssg)) { 58 58 /* An ACK to our last sample sent */ 59 59 return; /* Or do something else here */