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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 9 Apr 2009 15:38:09 +0400
From:	Dmitry Gryazin <gdu@....spb.ru>
To:	navy-patches@...ar.mns.mnsspb.ru
Cc:	Kirill Smelkov <kirr@....spb.ru>, Sam Ravnborg <sam@...nborg.org>,
	navy-patches@....spb.ru, linux-kernel@...r.kernel.org,
	linux-kbuild@...r.kernel.org
Subject: Re: [Navy-patches] [PATCH] Makefile: fix few typos

On Thursday 09 April 2009 03:34:34 pm Kirill Smelkov wrote:
> Signed-off-by: Kirill Smelkov <kirr@....spb.ru>
> ---
>  Makefile |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index e5ad5fd..3e95d45 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -567,7 +567,7 @@ KBUILD_CFLAGS += $(call
> cc-option,-Wdeclaration-after-statement,) # disable pointer signed /
> unsigned warnings in gcc 4.0
>  KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
>
> -# disable invalid "can't wrap" optimzations for signed / pointers
> +# disable invalid "can't wrap" optimizations for signed / pointers
>  KBUILD_CFLAGS	+= $(call cc-option,-fwrapv)
>
>  # revert to pre-gcc-4.4 behaviour of .eh_frame
> @@ -1587,5 +1587,5 @@ PHONY += FORCE
>  FORCE:
>
>  # Declare the contents of the .PHONY variable as phony.  We keep that
> -# information in a variable se we can use it in if_changed and friends.
> +# information in a variable so we can use it in if_changed and friends.
>  .PHONY: $(PHONY)

ACK
--
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