[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220521111145.81697-31-Julia.Lawall@inria.fr>
Date: Sat, 21 May 2022 13:10:41 +0200
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: Stefan Richter <stefanr@...6.in-berlin.de>
Cc: kernel-janitors@...r.kernel.org,
linux1394-devel@...ts.sourceforge.net, linux-kernel@...r.kernel.org
Subject: [PATCH] firewire: ohci: fix typo in comment
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
---
drivers/firewire/ohci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c
index 17c9d825188b..616ca85a57ad 100644
--- a/drivers/firewire/ohci.c
+++ b/drivers/firewire/ohci.c
@@ -1277,7 +1277,7 @@ struct driver_data {
};
/*
- * This function apppends a packet to the DMA queue for transmission.
+ * This function appends a packet to the DMA queue for transmission.
* Must always be called with the ochi->lock held to ensure proper
* generation handling and locking around packet queue manipulation.
*/
Powered by blists - more mailing lists