summaryrefslogtreecommitdiff
path: root/sound/soc/omap
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-23 11:39:19 -0700
committerJiri Kosina <jkosina@suse.cz>2011-06-24 11:18:57 +0200
commitdbc6221be7a2bf556fefe75ac939143d4e82ecaf (patch)
treeb30f49bf02c4438b3bff90828fa60f1787a5c150 /sound/soc/omap
parente44ba033c5654dbfda53461c9b1f7dd9bd1d198f (diff)
treewide: Fix recieve/receive typos
Just spelling fixes. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r--sound/soc/omap/ams-delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/ams-delta.c b/sound/soc/omap/ams-delta.c
index 462cbcbea74a..77682aacbeed 100644
--- a/sound/soc/omap/ams-delta.c
+++ b/sound/soc/omap/ams-delta.c
@@ -330,7 +330,7 @@ static int cx81801_hangup(struct tty_struct *tty)
return 0;
}
-/* Line discipline .recieve_buf() */
+/* Line discipline .receive_buf() */
static void cx81801_receive(struct tty_struct *tty,
const unsigned char *cp, char *fp, int count)
{