diff options
author | Dean Nelson <dcn@sgi.com> | 2008-07-30 01:34:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-30 12:41:50 -0400 |
commit | ea57f80c8c0e59cfc5095f7e856ce7c8e6ac2984 (patch) | |
tree | f88345573a36c1c5c53e71f61c2cb491a1e3eaaf /drivers/misc/sgi-xp/xpc.h | |
parent | 8e85c23ef04fe0d8414e0b1dc04543095282a27a (diff) |
sgi-xp: eliminate '>>>' in comments
Comments in /drivers/misc/sgi-xp has been using '>>>' as a means to draw
attention to something that needs to be done or considered. To avoid
colliding with git rejects, '>>>' will now be replaced by '!!!' to
indicate something to do, and by '???' to indicate something to be
considered.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/sgi-xp/xpc.h')
-rw-r--r-- | drivers/misc/sgi-xp/xpc.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/drivers/misc/sgi-xp/xpc.h b/drivers/misc/sgi-xp/xpc.h index 2111723553bf..0f516c3e3e61 100644 --- a/drivers/misc/sgi-xp/xpc.h +++ b/drivers/misc/sgi-xp/xpc.h | |||
@@ -276,9 +276,12 @@ struct xpc_notify { | |||
276 | * There is an array of these structures for each remote partition. It is | 276 | * There is an array of these structures for each remote partition. It is |
277 | * allocated at the time a partition becomes active. The array contains one | 277 | * allocated at the time a partition becomes active. The array contains one |
278 | * of these structures for each potential channel connection to that partition. | 278 | * of these structures for each potential channel connection to that partition. |
279 | */ | ||
280 | |||
281 | /* | ||
282 | * The following is sn2 only. | ||
279 | * | 283 | * |
280 | >>> sn2 only!!! | 284 | * Each channel structure manages two message queues (circular buffers). |
281 | * Each of these structures manages two message queues (circular buffers). | ||
282 | * They are allocated at the time a channel connection is made. One of | 285 | * They are allocated at the time a channel connection is made. One of |
283 | * these message queues (local_msgqueue) holds the locally created messages | 286 | * these message queues (local_msgqueue) holds the locally created messages |
284 | * that are destined for the remote partition. The other of these message | 287 | * that are destined for the remote partition. The other of these message |
@@ -345,6 +348,7 @@ struct xpc_notify { | |||
345 | * new messages, by the clearing of the message flags of the acknowledged | 348 | * new messages, by the clearing of the message flags of the acknowledged |
346 | * messages. | 349 | * messages. |
347 | */ | 350 | */ |
351 | |||
348 | struct xpc_channel_sn2 { | 352 | struct xpc_channel_sn2 { |
349 | 353 | ||
350 | /* various flavors of local and remote Get/Put values */ | 354 | /* various flavors of local and remote Get/Put values */ |
@@ -359,7 +363,7 @@ struct xpc_channel_sn2 { | |||
359 | }; | 363 | }; |
360 | 364 | ||
361 | struct xpc_channel_uv { | 365 | struct xpc_channel_uv { |
362 | /* >>> code is coming */ | 366 | /* !!! code is coming */ |
363 | }; | 367 | }; |
364 | 368 | ||
365 | struct xpc_channel { | 369 | struct xpc_channel { |
@@ -500,7 +504,7 @@ xpc_any_msg_chctl_flags_set(union xpc_channel_ctl_flags *chctl) | |||
500 | } | 504 | } |
501 | 505 | ||
502 | /* | 506 | /* |
503 | * Manages channels on a partition basis. There is one of these structures | 507 | * Manage channels on a partition basis. There is one of these structures |
504 | * for each partition (a partition will never utilize the structure that | 508 | * for each partition (a partition will never utilize the structure that |
505 | * represents itself). | 509 | * represents itself). |
506 | */ | 510 | */ |
@@ -535,7 +539,7 @@ struct xpc_partition_sn2 { | |||
535 | }; | 539 | }; |
536 | 540 | ||
537 | struct xpc_partition_uv { | 541 | struct xpc_partition_uv { |
538 | /* >>> code is coming */ | 542 | /* !!! code is coming */ |
539 | }; | 543 | }; |
540 | 544 | ||
541 | struct xpc_partition { | 545 | struct xpc_partition { |