diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/parisc/ccio-dma.c | 4 | ||||
-rw-r--r-- | drivers/parisc/hppb.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c index 7c60cbd85dc8..ca52307b8f40 100644 --- a/drivers/parisc/ccio-dma.c +++ b/drivers/parisc/ccio-dma.c | |||
@@ -363,7 +363,7 @@ ccio_alloc_range(struct ioc *ioc, size_t size) | |||
363 | if (pages_needed <= 8) { | 363 | if (pages_needed <= 8) { |
364 | /* | 364 | /* |
365 | * LAN traffic will not thrash the TLB IFF the same NIC | 365 | * LAN traffic will not thrash the TLB IFF the same NIC |
366 | * uses 8 adjacent pages to map seperate payload data. | 366 | * uses 8 adjacent pages to map separate payload data. |
367 | * ie the same byte in the resource bit map. | 367 | * ie the same byte in the resource bit map. |
368 | */ | 368 | */ |
369 | #if 0 | 369 | #if 0 |
@@ -1589,7 +1589,7 @@ static int __init ccio_probe(struct parisc_device *dev) | |||
1589 | } | 1589 | } |
1590 | 1590 | ||
1591 | /** | 1591 | /** |
1592 | * ccio_init - ccio initalization procedure. | 1592 | * ccio_init - ccio initialization procedure. |
1593 | * | 1593 | * |
1594 | * Register this driver. | 1594 | * Register this driver. |
1595 | */ | 1595 | */ |
diff --git a/drivers/parisc/hppb.c b/drivers/parisc/hppb.c index a728a7cd2fc8..65eee67aa2ae 100644 --- a/drivers/parisc/hppb.c +++ b/drivers/parisc/hppb.c | |||
@@ -95,7 +95,7 @@ static struct parisc_driver hppb_driver = { | |||
95 | }; | 95 | }; |
96 | 96 | ||
97 | /** | 97 | /** |
98 | * hppb_init - HP-PB bus initalization procedure. | 98 | * hppb_init - HP-PB bus initialization procedure. |
99 | * | 99 | * |
100 | * Register this driver. | 100 | * Register this driver. |
101 | */ | 101 | */ |