You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] Typo fixes
Fix a lot of typos. Eyeballed by jmc@ in OpenBSD. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
ded23ac627
commit
7f927fcc2f
@@ -118,7 +118,7 @@
|
||||
|
||||
// enable CTS interrupt
|
||||
#define MOXA_MUST_IER_ECTSI 0x80
|
||||
// eanble RTS interrupt
|
||||
// enable RTS interrupt
|
||||
#define MOXA_MUST_IER_ERTSI 0x40
|
||||
// enable Xon/Xoff interrupt
|
||||
#define MOXA_MUST_IER_XINT 0x20
|
||||
|
||||
@@ -5996,7 +5996,7 @@ static void usc_set_async_mode( struct mgsl_struct *info )
|
||||
* <15..8> ? RxFIFO IRQ Request Level
|
||||
*
|
||||
* Note: For async mode the receive FIFO level must be set
|
||||
* to 0 to aviod the situation where the FIFO contains fewer bytes
|
||||
* to 0 to avoid the situation where the FIFO contains fewer bytes
|
||||
* than the trigger level and no more data is expected.
|
||||
*
|
||||
* <7> 0 Exited Hunt IA (Interrupt Arm)
|
||||
|
||||
Reference in New Issue
Block a user