Staging: et1310: Fix the coding style

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, September 16, 2009 - 8:59 am

Gitweb:     http://git.kernel.org/linus/64f930361bede4e049509858bcef8b333399547f
Commit:     64f930361bede4e049509858bcef8b333399547f
Parent:     297f06cea635ea4552541a11e7fb7014425110c6
Author:     Alan Cox <alan@linux.intel.com>
AuthorDate: Wed Jun 10 17:30:41 2009 +0100
Committer:  Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Tue Sep 15 12:01:26 2009 -0700

    Staging: et1310: Fix the coding style
    
    UTF-8 for copyright symbols etc included. Typedefs and anything else which
    would cause actual code changes skipped.
    
    Signed-off-by: Alan Cox <alan@linux.intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 drivers/staging/et131x/et1310_address_map.h | 2138 +++++++++++++-------------
 drivers/staging/et131x/et1310_eeprom.c      |   46 +-
 drivers/staging/et131x/et1310_eeprom.h      |    6 +-
 drivers/staging/et131x/et1310_jagcore.c     |   20 +-
 drivers/staging/et131x/et1310_jagcore.h     |   17 +-
 drivers/staging/et131x/et1310_mac.c         |  112 +-
 drivers/staging/et131x/et1310_mac.h         |    8 +-
 drivers/staging/et131x/et1310_phy.c         |  202 ++--
 drivers/staging/et131x/et1310_phy.h         |  904 ++++++------
 drivers/staging/et131x/et1310_pm.c          |   19 +-
 drivers/staging/et131x/et1310_pm.h          |    8 +-
 drivers/staging/et131x/et1310_rx.c          |  115 +-
 drivers/staging/et131x/et1310_rx.h          |  194 ++--
 drivers/staging/et131x/et1310_tx.c          |  120 +-
 drivers/staging/et131x/et1310_tx.h          |  102 +-
 drivers/staging/et131x/et131x_adapter.h     |   72 +-
 drivers/staging/et131x/et131x_config.c      |   38 +-
 drivers/staging/et131x/et131x_debug.c       |   12 +-
 drivers/staging/et131x/et131x_debug.h       |   24 +-
 drivers/staging/et131x/et131x_defs.h        |   12 +-
 drivers/staging/et131x/et131x_initpci.c     |   74 +-
 drivers/staging/et131x/et131x_initpci.h     |    6 +-
 drivers/staging/et131x/et131x_isr.c         |   44 +-
 drivers/staging/et131x/et131x_isr.h         |    6 +-
 drivers/staging/et131x/et131x_netdev.c      |  123 +-
 drivers/staging/et131x/et131x_netdev.h      |    6 +-
 drivers/staging/et131x/et131x_version.h     |    6 +-
 27 files changed, 2188 insertions(+), 2246 deletions(-)

diff --git a/drivers/staging/et131x/et1310_address_map.h b/drivers/staging/et131x/et1310_address_map.h
index 3c85999..388ac40 100644
--- a/drivers/staging/et131x/et1310_address_map.h
+++ b/drivers/staging/et131x/et1310_address_map.h
@@ -2,7 +2,7 @@
  * Agere Systems Inc.
  * 10/100/1000 Base-T Ethernet Driver for the ET1301 and ET131x series MACs
  *
- * Copyright
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Staging: et1310: Fix the coding style, Linux Kernel Mailing ..., (Wed Sep 16, 8:59 am)