treewide: Fix recieve/receive typos

Just spelling fixes.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
这个提交包含在:
Joe Perches
2011-06-23 11:39:19 -07:00
提交者 Jiri Kosina
父节点 e44ba033c5
当前提交 dbc6221be7
修改 5 个文件,包含 19 行新增19 行删除

查看文件

@@ -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)
{