From: Chad Reese Date: Tue, 9 Oct 2012 00:38:32 +0000 (-0700) Subject: RapidIO: Fix comment error. X-Git-Tag: v3.12-rc1~124^2~196 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b61810d196b84bfdc14c289126d98de765b7f97;p=kernel%2Fkernel-generic.git RapidIO: Fix comment error. The resource index for the mailboxes was incorrect. Signed-off-by: Chad Reese Acked-by: Alexandre Bounine Signed-off-by: Jiri Kosina --- diff --git a/include/linux/rio.h b/include/linux/rio.h index a90ebad..abddba9 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h @@ -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