summaryrefslogtreecommitdiffstats
path: root/include/linux/rio.h
diff options
context:
space:
mode:
authorChad Reese <kreese@caviumnetworks.com>2012-10-10 18:54:05 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-10 19:50:16 -0400
commitfdb8d561e6fb8538e320554b991ed183b19ddc83 (patch)
tree406ccd11ba5d6e5d55d5df99642ab6f95f7f4622 /include/linux/rio.h
parent3e1aa66bd423950aa69c3d50d91818af1d16e0a7 (diff)
rapidio: fix comment
The resource index for the mailboxes was incorrect. Signed-off-by: Chad Reese <kreese@caviumnetworks.com> Acked-by: Alexandre Bounine <alexandre.bounine@idt.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/rio.h')
-rw-r--r--include/linux/rio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h
index ac21ac675265..4187da511006 100644
--- a/include/linux/rio.h
+++ b/include/linux/rio.h
@@ -63,7 +63,7 @@
63 * 63 *
64 * 0 RapidIO inbound doorbells 64 * 0 RapidIO inbound doorbells
65 * 1 RapidIO inbound mailboxes 65 * 1 RapidIO inbound mailboxes
66 * 1 RapidIO outbound mailboxes 66 * 2 RapidIO outbound mailboxes
67 */ 67 */
68#define RIO_DOORBELL_RESOURCE 0 68#define RIO_DOORBELL_RESOURCE 0
69#define RIO_INB_MBOX_RESOURCE 1 69#define RIO_INB_MBOX_RESOURCE 1