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:	Fri, 26 Jul 2013 14:48:25 -0700
From:	Joe Perches <joe@...ches.com>
To:	Lilis Iskandar <veeableful@...il.com>
Cc:	gregkh@...uxfoundation.org, tulinizer@...il.com,
	klmckinney1@...il.com, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] Staging: bcm: InterfaceIdleMode: Fixed
 spacing/tabing issues

On Fri, 2013-07-26 at 20:59 +0800, Lilis Iskandar wrote:
> Fixed spacing/tabing issues.

two b's in tabbing.

First send the emails to yourself and make sure
they apply with git am

Remember mentioning git diff -w.

You also might try to use

$ ./scripts/checkpatch.pl -f --fix --test-only=space drivers/staging/bcm/*.[ch] 
$ ls drivers/staging/bcm/*EXPERIMENTAL-checkpatch-fixes | \
  while read file ; do \
    mv $file ${file%.EXPERIMENTAL-checkpatch-fixes}; \
  done
$ git diff drivers/staging/bcm


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