All of lore.kernel.org
 help / color / mirror / Atom feed
* "whitespace coding style cleanup" broke coding style
@ 2012-02-27  8:59 Jiri Slaby
  2012-02-27 11:19 ` Tilman Schmidt
  2012-02-27 16:52 ` Joe Perches
  0 siblings, 2 replies; 18+ messages in thread
From: Jiri Slaby @ 2012-02-27  8:59 UTC (permalink / raw)
  To: Joe Perches, LKML
  Cc: Hansjoerg Lipp, Tilman Schmidt, gigaset307x-common, Jiri Slaby

commit 475be4d85a274d0961593db41cf85689db1d583c
Author: Joe Perches <joe@perches.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?

thanks,
-- 
js
suse labs

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-02-29 19:32 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27  8:59 "whitespace coding style cleanup" broke coding style Jiri Slaby
2012-02-27 11:19 ` Tilman Schmidt
2012-02-27 11:34   ` Jiri Slaby
2012-02-27 16:52 ` Joe Perches
2012-02-27 17:12   ` Jiri Slaby
2012-02-27 17:27     ` Joe Perches
2012-02-27 17:39       ` [PATCH net-next] gigaset: Use semicolons to terminate statements Joe Perches
2012-02-27 19:12         ` David Miller
2012-02-27 18:58       ` "whitespace coding style cleanup" broke coding style Jiri Slaby
2012-02-28 17:58   ` Tilman Schmidt
2012-02-28 22:05     ` Joe Perches
2012-02-28 23:08       ` Tilman Schmidt
2012-02-28 23:28         ` Joe Perches
2012-02-28 23:42           ` David Miller
2012-02-29  0:41             ` Alan Cox
2012-02-29  8:27           ` Armin Schindler
2012-02-29 19:32             ` Joe Perches
2012-02-29 11:05           ` Tilman Schmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.