public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] extcon: Code clean to fix up coding style and remove
@ 2013-09-02  0:20 Chanwoo Choi
  2013-09-02  0:20 ` [PATCH 1/3] extcon: Fix indentation coding style to improve readability Chanwoo Choi
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Chanwoo Choi @ 2013-09-02  0:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: gregkh, myungjoo.ham, kyungmin.park, Chanwoo Choi

This patchset fix up indentation coding style and simplify extcon_dev_register()
prototype to improbe usability when registering extcon device.*** BLURB HERE ***

Chanwoo Choi (3):
  extcon: Fix indentation coding style to improve readability
  extcon: Change field type of 'dev' in extcon_dev structure
  extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter

 Documentation/extcon/porting-android-switch-class |  6 +-
 drivers/extcon/extcon-adc-jack.c                  | 25 +++----
 drivers/extcon/extcon-arizona.c                   |  3 +-
 drivers/extcon/extcon-class.c                     | 85 +++++++++++------------
 drivers/extcon/extcon-gpio.c                      |  3 +-
 drivers/extcon/extcon-max77693.c                  |  3 +-
 drivers/extcon/extcon-max8997.c                   |  3 +-
 drivers/extcon/extcon-palmas.c                    |  3 +-
 include/linux/extcon.h                            | 72 +++++++++----------
 include/linux/extcon/extcon-adc-jack.h            | 42 +++++------
 include/linux/extcon/extcon-gpio.h                | 16 ++---
 11 files changed, 135 insertions(+), 126 deletions(-)

-- 
1.8.0


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

end of thread, other threads:[~2013-09-09  2:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-02  0:20 [PATCH 0/3] extcon: Code clean to fix up coding style and remove Chanwoo Choi
2013-09-02  0:20 ` [PATCH 1/3] extcon: Fix indentation coding style to improve readability Chanwoo Choi
2013-09-02  0:20 ` [PATCH 2/3] extcon: Change field type of 'dev' in extcon_dev structure Chanwoo Choi
2013-09-02  0:38   ` Greg KH
2013-09-02  0:41     ` Chanwoo Choi
2013-09-02  0:20 ` [PATCH 3/3] extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter Chanwoo Choi
2013-09-02  0:40   ` Greg KH
2013-09-02  1:13     ` Chanwoo Choi
2013-09-03 15:57       ` Greg KH
2013-09-04  0:17         ` Chanwoo Choi
2013-09-04  1:16           ` Greg KH
2013-09-04  5:18             ` Chanwoo Choi
2013-09-08 21:51               ` Greg KH
2013-09-09  2:44                 ` Chanwoo Choi

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