You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Jonathan Corbet
parent
f353d71f75
commit
70c036347f
@@ -53,7 +53,7 @@ static void message_from_remote(struct mbox_client *cl, void *mssg)
|
|||||||
{
|
{
|
||||||
struct demo_client *dc = container_of(mbox_client,
|
struct demo_client *dc = container_of(mbox_client,
|
||||||
struct demo_client, cl);
|
struct demo_client, cl);
|
||||||
if (dc->aysnc) {
|
if (dc->async) {
|
||||||
if (is_an_ack(mssg)) {
|
if (is_an_ack(mssg)) {
|
||||||
/* An ACK to our last sample sent */
|
/* An ACK to our last sample sent */
|
||||||
return; /* Or do something else here */
|
return; /* Or do something else here */
|
||||||
|
|||||||
Reference in New Issue
Block a user