RapidIO: Fix comment error.
authorChad Reese <kreese@caviumnetworks.com>
Tue, 9 Oct 2012 00:38:32 +0000 (17:38 -0700)
committerJiri Kosina <jkosina@suse.cz>
Mon, 15 Oct 2012 20:43:58 +0000 (22:43 +0200)
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>
include/linux/rio.h

index a90ebad..abddba9 100644 (file)
@@ -62,7 +62,7 @@
  *
  *     0       RapidIO inbound doorbells
  *     1       RapidIO inbound mailboxes
- *     1       RapidIO outbound mailboxes
+ *     2       RapidIO outbound mailboxes
  */
 #define RIO_DOORBELL_RESOURCE  0
 #define RIO_INB_MBOX_RESOURCE  1