diff options
Diffstat (limited to 'net/irda/irnet/irnet.h')
-rw-r--r-- | net/irda/irnet/irnet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/irda/irnet/irnet.h b/net/irda/irnet/irnet.h index 80887528e77e..873ae189e37a 100644 --- a/net/irda/irnet/irnet.h +++ b/net/irda/irnet/irnet.h | |||
@@ -44,7 +44,7 @@ | |||
44 | * the generic Linux PPP driver. Because IrNET depend on recent | 44 | * the generic Linux PPP driver. Because IrNET depend on recent |
45 | * changes of the PPP driver interface, IrNET will work only with very | 45 | * changes of the PPP driver interface, IrNET will work only with very |
46 | * recent kernel (2.3.99-pre6 and up). | 46 | * recent kernel (2.3.99-pre6 and up). |
47 | * | 47 | * |
48 | * The present implementation offer the following features : | 48 | * The present implementation offer the following features : |
49 | * o simple user interface using pppd | 49 | * o simple user interface using pppd |
50 | * o efficient implementation (interface directly to PPP and IrTTP) | 50 | * o efficient implementation (interface directly to PPP and IrTTP) |
@@ -327,7 +327,7 @@ | |||
327 | 327 | ||
328 | #define DEBUG_ASSERT 0 /* Verify all assertions */ | 328 | #define DEBUG_ASSERT 0 /* Verify all assertions */ |
329 | 329 | ||
330 | /* | 330 | /* |
331 | * These are the macros we are using to actually print the debug | 331 | * These are the macros we are using to actually print the debug |
332 | * statements. Don't look at it, it's ugly... | 332 | * statements. Don't look at it, it's ugly... |
333 | * | 333 | * |