public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/10] staging: et131x: Kernel coding style cleanups
@ 2011-07-10 15:35 Mark Einon
  2011-07-10 15:35 ` [PATCH 01/10] staging: et131x: Converting et1310_mac.c function and local names from CamelCase Mark Einon
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Mark Einon @ 2011-07-10 15:35 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, o.hartmann

Mainly sanitising function and variable names to bring them
more inline with the kernel coding style.

Mark Einon (11):
 staging: et131x: Converting et1310_mac.c function and
 staging: et131x: Converting et1310_phy.c function and
 staging: et131x: Converting et1310_pm.c function and
 staging: et131x: Remove unecessary *etdev NULL check
 staging: et131x: Converting et1310_rx.c function and
 staging: et131x: Make static some local functions in
 staging: et131x: Converting et1310_rx.h variable names
 staging: et131x: add et1310_ prefix to et1310_mac.c
 staging: et131x: Converting et1310_tx.c function and
 staging: et131x: Converting et1310_adapter.h variable

 drivers/staging/et131x/et1310_mac.c     |  251 ++++++++--------
 drivers/staging/et131x/et1310_phy.c     |  449 +++++++++++++-------------
 drivers/staging/et131x/et1310_pm.c      |   16 +-
 drivers/staging/et131x/et1310_rx.c      |  523 ++++++++++++++++---------------
 drivers/staging/et131x/et1310_rx.h      |   62 ++--
 drivers/staging/et131x/et1310_tx.c      |  302 +++++++++---------
 drivers/staging/et131x/et131x.h         |   69 ++---
 drivers/staging/et131x/et131x_adapter.h |   91 +++---
 drivers/staging/et131x/et131x_initpci.c |   84 +++---
 drivers/staging/et131x/et131x_isr.c     |   25 +-
 drivers/staging/et131x/et131x_netdev.c  |   79 +++---
 11 files changed, 975 insertions(+), 976 deletions(-)


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

end of thread, other threads:[~2011-08-23 18:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-10 15:35 [PATCH 0/10] staging: et131x: Kernel coding style cleanups Mark Einon
2011-07-10 15:35 ` [PATCH 01/10] staging: et131x: Converting et1310_mac.c function and local names from CamelCase Mark Einon
2011-07-10 15:35 ` [PATCH 02/10] staging: et131x: Converting et1310_phy.c " Mark Einon
2011-07-10 15:35 ` [PATCH 03/10] staging: et131x: Converting et1310_pm.c " Mark Einon
2011-07-10 15:35 ` [PATCH 04/10] staging: et131x: Remove unecessary *etdev NULL check in et1310_phy_init() Mark Einon
2011-07-10 15:35 ` [PATCH 05/10] staging: et131x: Converting et1310_rx.c function and local names from CamelCase Mark Einon
2011-07-10 15:35 ` [PATCH 06/10] staging: et131x: Make static some local functions in et1310_rx.c Mark Einon
2011-07-10 15:35 ` [PATCH 07/10] staging: et131x: Converting et1310_rx.h variable names from CamelCase Mark Einon
2011-07-10 15:35 ` [PATCH 08/10] staging: et131x: add et1310_ prefix to et1310_mac.c functions Mark Einon
2011-07-10 15:35 ` [PATCH 09/10] staging: et131x: Converting et1310_tx.c function and local names from CamelCase Mark Einon
2011-07-10 15:35 ` [PATCH 10/10] staging: et131x: Converting et1310_adapter.h variable " Mark Einon
2011-08-23 18:41   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox