aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Reese <kreese@caviumnetworks.com>2012-10-08 20:38:32 -0400
committerJiri Kosina <jkosina@suse.cz>2012-10-15 16:43:58 -0400
commit1b61810d196b84bfdc14c289126d98de765b7f97 (patch)
treebe4c16f888cdffbc797d29930ba2ddd2afbdad62
parent0db10c8e8ff24559b3768b8d010191b01e0940ae (diff)
RapidIO: Fix comment error.
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: Jiri Kosina <jkosina@suse.cz>
-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 a90ebadd9da0..abddba9db130 100644
--- a/include/linux/rio.h
+++ b/include/linux/rio.h
@@ -62,7 +62,7 @@
62 * 62 *
63 * 0 RapidIO inbound doorbells 63 * 0 RapidIO inbound doorbells
64 * 1 RapidIO inbound mailboxes 64 * 1 RapidIO inbound mailboxes
65 * 1 RapidIO outbound mailboxes 65 * 2 RapidIO outbound mailboxes
66 */ 66 */
67#define RIO_DOORBELL_RESOURCE 0 67#define RIO_DOORBELL_RESOURCE 0
68#define RIO_INB_MBOX_RESOURCE 1 68#define RIO_INB_MBOX_RESOURCE 1