diff options
author | Maxime Jayat <maxime@artisandeveloppeur.fr> | 2013-10-12 01:29:46 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 15:31:06 +0200 |
commit | 3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a (patch) | |
tree | ccfb1e1e68c140af1c2440b9b547506617d0d247 /include/linux/mfd/si476x-core.h | |
parent | 1a49123b34346154ffd70f0b60dce007f1605676 (diff) | |
download | talos-obmc-linux-3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a.tar.gz talos-obmc-linux-3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a.zip |
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 'include/linux/mfd/si476x-core.h')
-rw-r--r-- | include/linux/mfd/si476x-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/si476x-core.h b/include/linux/mfd/si476x-core.h index ba89b94e4a56..674b45d5a757 100644 --- a/include/linux/mfd/si476x-core.h +++ b/include/linux/mfd/si476x-core.h @@ -316,7 +316,7 @@ enum si476x_smoothmetrics { * response to 'FM_RD_STATUS' command * @rdstpptyint: Traffic program flag(TP) and/or program type(PTY) * code has changed. - * @rdspiint: Program indentifiaction(PI) code has changed. + * @rdspiint: Program identification(PI) code has changed. * @rdssyncint: RDS synchronization has changed. * @rdsfifoint: RDS was received and the RDS FIFO has at least * 'FM_RDS_INTERRUPT_FIFO_COUNT' elements in it. |