aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-02-08 01:49:38 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-20 04:11:57 -0500
commit3bfd6f3e77f58479ec53aa91d0b078abbb4c0868 (patch)
tree1ec49afc137feed4e70b1be7728920165e90b838
parent8b11bd12aff76e02cdc2cbc9e439bba88d281223 (diff)
[SPARC64]: Fix some comment typos in asm/hypervisor.h
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/asm-sparc64/hypervisor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-sparc64/hypervisor.h b/include/asm-sparc64/hypervisor.h
index 9c8e453abe97..b4e0d52acd5c 100644
--- a/include/asm-sparc64/hypervisor.h
+++ b/include/asm-sparc64/hypervisor.h
@@ -272,17 +272,19 @@
272 * EBADALIGN Base real address is not correctly aligned 272 * EBADALIGN Base real address is not correctly aligned
273 * for size. 273 * for size.
274 * 274 *
275 * Configure the given queue to be placed at the givem base real 275 * Configure the given queue to be placed at the given base real
276 * address, with the given number of entries. The number of entries 276 * address, with the given number of entries. The number of entries
277 * must be a power of 2. The base real address must be aligned 277 * must be a power of 2. The base real address must be aligned
278 * exactly to match the queue size. Each queue entry is 64 bytes 278 * exactly to match the queue size. Each queue entry is 64 bytes
279 * long, so for example a 32 entry queue must be aligned on a 2048 279 * long, so for example a 32 entry queue must be aligned on a 2048
280 * byte real address boundary. 280 * byte real address boundary.
281 * 281 *
282 * The specified queue is unconfigured is number of entries is given as zero. 282 * The specified queue is unconfigured if the number of entries is given
283 * as zero.
283 * 284 *
284 * For the current version of this API service, the argument queue is defined 285 * For the current version of this API service, the argument queue is defined
285 * as follows: 286 * as follows:
287 *
286 * queue description 288 * queue description
287 * ----- ------------------------- 289 * ----- -------------------------
288 * 0x3c cpu mondo queue 290 * 0x3c cpu mondo queue