Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Typo fix: explictly -> explicitly

(akpm: I don't do typo patches, but one of these is in a printk string)

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Jean Delvare and committed by
Linus Torvalds
33430dc5 131dda7f

+3 -3
+1 -1
Documentation/cpusets.txt
··· 94 94 But larger systems, which benefit more from careful processor and 95 95 memory placement to reduce memory access times and contention, 96 96 and which typically represent a larger investment for the customer, 97 - can benefit from explictly placing jobs on properly sized subsets of 97 + can benefit from explicitly placing jobs on properly sized subsets of 98 98 the system. 99 99 100 100 This can be especially valuable on:
+1 -1
drivers/char/cyclades.c
··· 281 281 * make sure "cyc" appears in all kernel messages; all soft interrupts 282 282 * handled by same routine; recognize out-of-band reception; comment 283 283 * out some diagnostic messages; leave RTS/CTS flow control to hardware; 284 - * fix race condition in -Z buffer management; only -Y needs to explictly 284 + * fix race condition in -Z buffer management; only -Y needs to explicitly 285 285 * flush chars; tidy up some startup messages; 286 286 * 287 287 * Revision 1.36.4.18 1996/07/25 18:57:31 bentson
+1 -1
drivers/scsi/mesh.c
··· 730 730 * issue a SEQ_MSGOUT to get the mesh to drop ACK. 731 731 */ 732 732 if ((in_8(&mr->bus_status0) & BS0_ATN) == 0) { 733 - dlog(ms, "bus0 was %.2x explictly asserting ATN", mr->bus_status0); 733 + dlog(ms, "bus0 was %.2x explicitly asserting ATN", mr->bus_status0); 734 734 out_8(&mr->bus_status0, BS0_ATN); /* explicit ATN */ 735 735 mesh_flush_io(mr); 736 736 udelay(1);