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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 27 Feb 2012 12:34:28 +0100
From:	Jiri Slaby <jslaby@...e.cz>
To:	Tilman Schmidt <tilman@...p.cc>
CC:	Jiri Slaby <jirislaby@...il.com>, Joe Perches <joe@...ches.com>,
	LKML <linux-kernel@...r.kernel.org>,
	Hansjoerg Lipp <hjlipp@....de>,
	gigaset307x-common@...ts.sourceforge.net,
	"David S. Miller" <davem@...emloft.net>
Subject: Re: "whitespace coding style cleanup" broke coding style

On 02/27/2012 12:19 PM, Tilman Schmidt wrote:
> Am 27.02.2012 09:59, schrieb Jiri Slaby:
>> commit 475be4d85a274d0961593db41cf85689db1d583c Author: Joe Perches
>> <joe@...ches.com>  Date:   Sun Feb 19 19:52:38 2012 -0800
>>
>> isdn: whitespace coding style cleanup
>>
>> isdn source code uses a not-current coding style. ... Done with
>> emacs and some scripts and some typing. ... ---
>> a/drivers/isdn/gigaset/interface.c +++
>> b/drivers/isdn/gigaset/interface.c ... @@ -680,9 +680,9 @@ void
>> gigaset_if_initdriver(struct gigaset_driver *drv, const char
>> *procname, goto enomem;
>>
>> tty->magic =            TTY_DRIVER_MAGIC, -       tty->type =
>> TTY_DRIVER_TYPE_SERIAL, -       tty->subtype =
>> SERIAL_TYPE_NORMAL, -       tty->flags =
>> TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV; +
>> tty->type =             TTY_DRIVER_TYPE_SERIAL, +
>> tty->subtype =          SERIAL_TYPE_NORMAL, +
>> tty->flags =            TTY_DRIVER_REAL_RAW |
>> TTY_DRIVER_DYNAMIC_DEV;
>>
>> Hmm, please, fix your scripts or emacs!
>>
>> Through which tree did this get in?
>
> That's the first I see of this patch.
> It neither came through LKML nor did I get a CC.
> For all I know, this didn't get in.
> It isn't in http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git
> anyway.

By "in" I meant "in -next". gitk suggests through davem's tree.

It collided with my local patches, this is how I spotted it...

thanks,
-- 
js
suse labs
--
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