From: Jean Delvare (akpm: I don't do typo patches, but one of these is in a printk string) Signed-off-by: Jean Delvare Signed-off-by: Andrew Morton --- Documentation/cpusets.txt | 2 +- drivers/char/cyclades.c | 2 +- drivers/scsi/mesh.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff -puN Documentation/cpusets.txt~typo-fix-explictly-explicitly Documentation/cpusets.txt --- devel/Documentation/cpusets.txt~typo-fix-explictly-explicitly 2005-09-25 15:11:57.000000000 -0700 +++ devel-akpm/Documentation/cpusets.txt 2005-09-25 15:11:57.000000000 -0700 @@ -94,7 +94,7 @@ the available CPU and Memory resources a But larger systems, which benefit more from careful processor and memory placement to reduce memory access times and contention, and which typically represent a larger investment for the customer, -can benefit from explictly placing jobs on properly sized subsets of +can benefit from explicitly placing jobs on properly sized subsets of the system. This can be especially valuable on: diff -puN drivers/char/cyclades.c~typo-fix-explictly-explicitly drivers/char/cyclades.c --- devel/drivers/char/cyclades.c~typo-fix-explictly-explicitly 2005-09-25 15:11:57.000000000 -0700 +++ devel-akpm/drivers/char/cyclades.c 2005-09-25 15:11:57.000000000 -0700 @@ -281,7 +281,7 @@ static char rcsid[] = * make sure "cyc" appears in all kernel messages; all soft interrupts * handled by same routine; recognize out-of-band reception; comment * out some diagnostic messages; leave RTS/CTS flow control to hardware; - * fix race condition in -Z buffer management; only -Y needs to explictly + * fix race condition in -Z buffer management; only -Y needs to explicitly * flush chars; tidy up some startup messages; * * Revision 1.36.4.18 1996/07/25 18:57:31 bentson diff -puN drivers/scsi/mesh.c~typo-fix-explictly-explicitly drivers/scsi/mesh.c --- devel/drivers/scsi/mesh.c~typo-fix-explictly-explicitly 2005-09-25 15:11:57.000000000 -0700 +++ devel-akpm/drivers/scsi/mesh.c 2005-09-25 15:11:57.000000000 -0700 @@ -730,7 +730,7 @@ static void start_phase(struct mesh_stat * issue a SEQ_MSGOUT to get the mesh to drop ACK. */ if ((in_8(&mr->bus_status0) & BS0_ATN) == 0) { - dlog(ms, "bus0 was %.2x explictly asserting ATN", mr->bus_status0); + dlog(ms, "bus0 was %.2x explicitly asserting ATN", mr->bus_status0); out_8(&mr->bus_status0, BS0_ATN); /* explicit ATN */ mesh_flush_io(mr); udelay(1); _