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:	Wed, 16 Oct 2013 10:17:46 -0700
From:	Joe Perches <joe@...ches.com>
To:	Davidlohr Bueso <davidlohr@...com>
Cc:	Manfred Spraul <manfred@...orfullife.com>,
	Libin <huawei.libin@...wei.com>, akpm@...ux-foundation.org,
	linux-kernel@...r.kernel.org, guohanjun@...wei.com,
	xiexiuqi@...wei.com
Subject: Re: [PATCH] ipc/sem.c: fix small codingstyle

On Wed, 2013-10-16 at 09:50 -0700, Davidlohr Bueso wrote:
> On Wed, 2013-10-16 at 10:39 +0200, Manfred Spraul wrote:
> > Hi Joe,

Hi all.

> > Grek just sent me 47 patches for the backport to 3.10-stable, I don't 
> > want any whitespace noise right now.
> +1

Do it when it's convenient or don't do it at all.
No worries from me.

It's pretty automatic if you use checkpatch from -next.

$ scripts/checkpatch.pl -f --fix --types=pointer_location,spacing,space_before_tab ipc/*.[ch]
$ find ipc/ -name "*.EXPERIMENTAL-checkpatch-fixes" | \
  while read file ; do mv $file ${file%.EXPERIMENTAL-checkpatch-fixes}; done

The space_before_tab suggested correction currently only
removes a single space before the tab and may need to be
run multiple times.


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