From: Chad Reese <kreese@caviumnetworks.com> Date: Wed, 10 Oct 2012 22:54:05 +0000 (-0700) Subject: rapidio: fix comment X-Git-Tag: firefly_0821_release~3680^2~1857^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fdb8d561e6fb8538e320554b991ed183b19ddc83;p=firefly-linux-kernel-4.4.55.git 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> --- 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 @@ * * 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