All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Staging: rtl8188eu: checkpatch.pl error cleanups
@ 2014-01-09 20:37 Tim Jester-Pfadt
  2014-01-09 20:37 ` [PATCH 1/2] Staging: rtl8188eu: Fixed required spaces after ',' and around '=' and '==' Tim Jester-Pfadt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tim Jester-Pfadt @ 2014-01-09 20:37 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, devel, linux-kernel

This patchset fixes all occurrences of the "space required after ','"
"space required around '='" aswell as "foo * bar" related checkpatch.pl errors in
rtl8188eu.

The patchset does not fix the remaining 80 character limit  warnings, since this might
require more substantial code modifiction.

Tim Jester-Pfadt (2):
  Staging: rtl8188eu: Fixed required spaces after ',' and around '=' and
    '=='
  Staging: rtl8188eu: Fixed "foo * bar" related coding style issues

 drivers/staging/rtl8188eu/include/Hal8188EPwrSeq.h |  2 +-
 drivers/staging/rtl8188eu/include/odm.h            |  2 +-
 drivers/staging/rtl8188eu/include/odm_debug.h      |  2 +-
 drivers/staging/rtl8188eu/include/odm_interface.h  |  2 +-
 drivers/staging/rtl8188eu/include/osdep_service.h  | 24 +++++++--------
 drivers/staging/rtl8188eu/include/rtl8188e_hal.h   |  4 +--
 drivers/staging/rtl8188eu/include/rtl8188e_recv.h  |  6 ++--
 drivers/staging/rtl8188eu/include/rtw_cmd.h        | 36 +++++++++++-----------
 drivers/staging/rtl8188eu/include/rtw_eeprom.h     |  2 +-
 drivers/staging/rtl8188eu/include/rtw_efuse.h      |  2 +-
 drivers/staging/rtl8188eu/include/rtw_io.h         | 34 ++++++++++----------
 drivers/staging/rtl8188eu/include/rtw_ioctl_set.h  |  4 +--
 drivers/staging/rtl8188eu/include/rtw_iol.h        |  8 ++---
 drivers/staging/rtl8188eu/include/rtw_led.h        |  6 ++--
 drivers/staging/rtl8188eu/include/rtw_mlme.h       |  8 ++---
 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h   | 12 ++++----
 drivers/staging/rtl8188eu/include/rtw_mp.h         | 10 +++---
 drivers/staging/rtl8188eu/include/rtw_mp_ioctl.h   |  2 +-
 drivers/staging/rtl8188eu/include/rtw_security.h   |  2 +-
 drivers/staging/rtl8188eu/include/wifi.h           |  2 +-
 20 files changed, 85 insertions(+), 85 deletions(-)

-- 
1.8.5.2


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

end of thread, other threads:[~2014-01-11 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-09 20:37 [PATCH 0/2] Staging: rtl8188eu: checkpatch.pl error cleanups Tim Jester-Pfadt
2014-01-09 20:37 ` [PATCH 1/2] Staging: rtl8188eu: Fixed required spaces after ',' and around '=' and '==' Tim Jester-Pfadt
2014-01-09 20:37 ` [PATCH 2/2] Staging: rtl8188eu: Fixed "foo * bar" related coding style issues Tim Jester-Pfadt
2014-01-11 20:40 ` [PATCH 0/2] Staging: rtl8188eu: checkpatch.pl error cleanups Greg KH

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.