outreachy.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] staging: nvec: Fix documentation typo in nvec.c
@ 2024-03-31 17:05 Dorine Tipo
  0 siblings, 0 replies; only message in thread
From: Dorine Tipo @ 2024-03-31 17:05 UTC (permalink / raw)
  To: gregkh, marvin24, linux-staging, outreachy; +Cc: Dorine Tipo, Alison Schofield

This commit corrects the spelling of "initialisation" which was
misspelled as "intialisation" in the irqreturn_t nvec_interrupt()
documentation.
The issue was found using checkpatch.


Signed-off-by: Dorine Tipo <dorine.a.tipo@gmail.com>
---
Changes since V1:
V2: Fixed the patch subject length so it doesn't line wrap.
    Tidied up the commit message and added a missing period at the end
    of the sentence as suggested by Alison.

 drivers/staging/nvec/nvec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
index 282a664c9176..b4485b10beb8 100644
--- a/drivers/staging/nvec/nvec.c
+++ b/drivers/staging/nvec/nvec.c
@@ -712,7 +712,7 @@ static irqreturn_t nvec_interrupt(int irq, void *dev)
 	 * TODO: replace the udelay with a read back after each writel above
 	 * in order to work around a hardware issue, see i2c-tegra.c
 	 *
-	 * Unfortunately, this change causes an intialisation issue with the
+	 * Unfortunately, this change causes an initialisation issue with the
 	 * touchpad, which needs to be fixed first.
 	 */
 	udelay(100);
--
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-01  6:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-31 17:05 [PATCH v2] staging: nvec: Fix documentation typo in nvec.c Dorine Tipo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).