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:	Sat, 3 Nov 2007 17:52:53 +0800
From:	"Bryan Wu" <cooloney.lkml@...il.com>
To:	"Robert P. J. Day" <rpjday@...shcourse.ca>
Cc:	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
	bryan.wu@...log.com, "Andrew Morton" <akpm@...l.org>
Subject: Re: [PATCH] BLACKFIN: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE"

On 11/3/07, Robert P. J. Day <rpjday@...shcourse.ca> wrote:
>
> Signed-off-by: Robert P. J. Day <rpjday@...shcourse.ca>
>
> ---
>
>   i'm *reasonably* confident that this is a typo that should be fixed.
>
>
Quite true. Thanks.

Acked-by: Bryan Wu <bryan.wu@...log.com>

> diff --git a/arch/blackfin/mach-bf533/boards/H8606.c b/arch/blackfin/mach-bf533/boards/H8606.c
> index b941550..7d33096 100644
> --- a/arch/blackfin/mach-bf533/boards/H8606.c
> +++ b/arch/blackfin/mach-bf533/boards/H8606.c
> @@ -49,7 +49,7 @@
>   */
>  const char bfin_board_name[] = "HV Sistemas H8606";
>
> -#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_BFIN_MODULE)
> +#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE)
>  static struct platform_device rtc_device = {
>         .name = "rtc-bfin",
>         .id   = -1,
> --
> ========================================================================
> Robert P. J. Day
> Linux Consulting, Training and Annoying Kernel Pedantry
> Waterloo, Ontario, CANADA
>
> http://crashcourse.ca
> ========================================================================
> -
> 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/
>
-
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