lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 9 Oct 2012 14:22:03 +0000
From:	"Bounine, Alexandre" <Alexandre.Bounine@....com>
To:	David Daney <ddaney.cavm@...il.com>,
	Matt Porter <mporter@...nel.crashing.org>,
	Jiri Kosina <trivial@...nel.org>
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	David Daney <ddaney@...iumnetworks.com>,
	Chad Reese <kreese@...iumnetworks.com>
Subject: RE: [PATCH] RapidIO: Fix trivial comment error.

> -----Original Message-----
> From: David Daney [mailto:ddaney.cavm@...il.com]
> Sent: Monday, October 08, 2012 8:39 PM
> To: Matt Porter; Bounine, Alexandre; Jiri Kosina
> Cc: linux-kernel@...r.kernel.org; David Daney; Chad Reese
> Subject: [PATCH] RapidIO: Fix trivial comment error.
> 
> From: Chad Reese <kreese@...iumnetworks.com>
> 
> The resource index for the mailboxes was incorrect.
> 
> Signed-off-by: Chad Reese <kreese@...iumnetworks.com>
> ---
>  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 <alexandre.bounine@....com>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ