Spelling fixes: lenght->length

Signed-off-by: Paulius Zaleckas <pauliusz@yahoo.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
此提交包含在:
Paulius Zaleckas
2008-02-03 15:42:53 +02:00
提交者 Adrian Bunk
父節點 0cadfc0953
當前提交 efad798b9f
共有 25 個檔案被更改,包括 30 行新增30 行删除

查看文件

@@ -1185,7 +1185,7 @@ void process_receive(struct s_smc *smc)
DB_RX("frame length = %d",len,0,4) ;
/*
* check the frame_lenght and all error flags
* check the frame_length and all error flags
*/
if (rfsw & (RX_MSRABT|RX_FS_E|RX_FS_CRC|RX_FS_IMPL)){
if (rfsw & RD_S_MSRABT) {