提交 33430dc5 编写于 作者: J Jean Delvare 提交者: Linus Torvalds

[PATCH] Typo fix: explictly -> explicitly

(akpm: I don't do typo patches, but one of these is in a printk string)
Signed-off-by: NJean Delvare <khali@linux-fr.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 131dda7f
...@@ -94,7 +94,7 @@ the available CPU and Memory resources amongst the requesting tasks. ...@@ -94,7 +94,7 @@ the available CPU and Memory resources amongst the requesting tasks.
But larger systems, which benefit more from careful processor and But larger systems, which benefit more from careful processor and
memory placement to reduce memory access times and contention, memory placement to reduce memory access times and contention,
and which typically represent a larger investment for the customer, 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. the system.
This can be especially valuable on: This can be especially valuable on:
......
...@@ -281,7 +281,7 @@ static char rcsid[] = ...@@ -281,7 +281,7 @@ static char rcsid[] =
* make sure "cyc" appears in all kernel messages; all soft interrupts * make sure "cyc" appears in all kernel messages; all soft interrupts
* handled by same routine; recognize out-of-band reception; comment * handled by same routine; recognize out-of-band reception; comment
* out some diagnostic messages; leave RTS/CTS flow control to hardware; * 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; * flush chars; tidy up some startup messages;
* *
* Revision 1.36.4.18 1996/07/25 18:57:31 bentson * Revision 1.36.4.18 1996/07/25 18:57:31 bentson
......
...@@ -730,7 +730,7 @@ static void start_phase(struct mesh_state *ms) ...@@ -730,7 +730,7 @@ static void start_phase(struct mesh_state *ms)
* issue a SEQ_MSGOUT to get the mesh to drop ACK. * issue a SEQ_MSGOUT to get the mesh to drop ACK.
*/ */
if ((in_8(&mr->bus_status0) & BS0_ATN) == 0) { 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 */ out_8(&mr->bus_status0, BS0_ATN); /* explicit ATN */
mesh_flush_io(mr); mesh_flush_io(mr);
udelay(1); udelay(1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册