Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <michael@free-electrons.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:

committed by
Adrian Bunk

parent
02a3e59a08
commit
59c51591a0
@@ -216,7 +216,7 @@ typedef struct
|
||||
#define SERIAL_HOOK_RING 0x85
|
||||
#define SERIAL_HOOK_DETACH 0x8f
|
||||
unsigned char Flags; /* function refinements */
|
||||
/* parameters passed by the the ATTACH request */
|
||||
/* parameters passed by the ATTACH request */
|
||||
SERIAL_INT_CB InterruptHandler; /* called on each interrupt */
|
||||
SERIAL_DPC_CB DeferredHandler; /* called on hook state changes */
|
||||
void *HandlerContext; /* context for both handlers */
|
||||
|
Reference in New Issue
Block a user