diff options
author | Maxime Jayat <maxime@artisandeveloppeur.fr> | 2013-10-11 23:29:46 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 13:31:06 (GMT) |
commit | 3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a (patch) | |
tree | ccfb1e1e68c140af1c2440b9b547506617d0d247 /drivers/net/irda | |
parent | 1a49123b34346154ffd70f0b60dce007f1605676 (diff) | |
download | linux-3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a.tar.xz |
treewide: Fix common typo in "identify"
Correct common misspelling of "identify" as "indentify" throughout
the kernel
Signed-off-by: Maxime Jayat <maxime@artisandeveloppeur.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/irda')
-rw-r--r-- | drivers/net/irda/ali-ircc.c | 2 | ||||
-rw-r--r-- | drivers/net/irda/nsc-ircc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/irda/ali-ircc.c b/drivers/net/irda/ali-ircc.c index 7bbd318..befa45f 100644 --- a/drivers/net/irda/ali-ircc.c +++ b/drivers/net/irda/ali-ircc.c @@ -627,7 +627,7 @@ static int ali_ircc_setup(chipio_t *info) /* * Function ali_ircc_read_dongle_id (int index, info) * - * Try to read dongle indentification. This procedure needs to be executed + * Try to read dongle identification. This procedure needs to be executed * once after power-on/reset. It also needs to be used whenever you suspect * that the user may have plugged/unplugged the IrDA Dongle. */ diff --git a/drivers/net/irda/nsc-ircc.c b/drivers/net/irda/nsc-ircc.c index ceeb537..66bc03b 100644 --- a/drivers/net/irda/nsc-ircc.c +++ b/drivers/net/irda/nsc-ircc.c @@ -1035,7 +1035,7 @@ static int nsc_ircc_setup(chipio_t *info) /* * Function nsc_ircc_read_dongle_id (void) * - * Try to read dongle indentification. This procedure needs to be executed + * Try to read dongle identification. This procedure needs to be executed * once after power-on/reset. It also needs to be used whenever you suspect * that the user may have plugged/unplugged the IrDA Dongle. */ |