aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDorine Tipo <dorine.a.tipo@gmail.com>2024-03-31 17:05:48 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-09 17:51:16 +0200
commit33a470713ad589e99a989189f58d4ee1bc8df1a8 (patch)
treeea32aef4da2c9e8813c6966952ec732fdd195370
parentfdb43d131fba3e314f5cb353745a8caeefdff48b (diff)
downloadstaging-33a470713ad589e99a989189f58d4ee1bc8df1a8.tar.gz
staging: nvec: Fix documentation typo in nvec.c
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> Link: https://lore.kernel.org/r/20240331170548.81409-1-dorine.a.tipo@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/nvec/nvec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
index 282a664c917634..b4485b10beb8b3 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);