treewide: fix a few typos in comments
- kenrel -> kernel - whetehr -> whether - ttt -> tt - sss -> ss Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
c719864f15
commit
70f23fd66b
@@ -1800,7 +1800,7 @@ static int ali_ircc_dma_receive_complete(struct ali_ircc_cb *self)
|
||||
MessageCount = inb(iobase+ FIR_LSR)&0x07;
|
||||
|
||||
if (MessageCount > 0)
|
||||
IRDA_DEBUG(0, "%s(), Messsage count = %d,\n", __func__ , MessageCount);
|
||||
IRDA_DEBUG(0, "%s(), Message count = %d,\n", __func__ , MessageCount);
|
||||
|
||||
for (i=0; i<=MessageCount; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user