2012-10-09 00:39:00

by David Daney

[permalink] [raw]
Subject: [PATCH] RapidIO: Fix trivial comment error.

From: Chad Reese <[email protected]>

The resource index for the mailboxes was incorrect.

Signed-off-by: Chad Reese <[email protected]>
---
include/linux/rio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/rio.h b/include/linux/rio.h
index dc0c755..dd418d1 100644
--- a/include/linux/rio.h
+++ b/include/linux/rio.h
@@ -58,7 +58,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
--
1.7.11.4


2012-10-09 14:24:55

by Bounine, Alexandre

[permalink] [raw]
Subject: RE: [PATCH] RapidIO: Fix trivial comment error.

> -----Original Message-----
> From: David Daney [mailto:[email protected]]
> Sent: Monday, October 08, 2012 8:39 PM
> To: Matt Porter; Bounine, Alexandre; Jiri Kosina
> Cc: [email protected]; David Daney; Chad Reese
> Subject: [PATCH] RapidIO: Fix trivial comment error.
>
> From: Chad Reese <[email protected]>
>
> The resource index for the mailboxes was incorrect.
>
> Signed-off-by: Chad Reese <[email protected]>
> ---
> include/linux/rio.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/rio.h b/include/linux/rio.h
> index dc0c755..dd418d1 100644
> --- a/include/linux/rio.h
> +++ b/include/linux/rio.h
> @@ -58,7 +58,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
> --
> 1.7.11.4

Acked-by: Alexandre Bounine <[email protected]>