linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Staging: rts5208: rtsx_reset_chip style clean up
@ 2014-10-19 19:30 Fabio Falzoi
  2014-10-19 19:30 ` [PATCH v2 1/2] Staging: rts5208: helper function to manage aspm during reset Fabio Falzoi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabio Falzoi @ 2014-10-19 19:30 UTC (permalink / raw)
  To: gregkh
  Cc: micky_ching, joe, giedrius.statkevicius, devel, linux-kernel,
	Fabio Falzoi

Clean up the code in rtsx_reset_chip function defining two new helper
functions rtsx_reset_aspm and rtsx_enable_pcie_intr.
Specifically, the following checkpatch warnings are corrected:
* PARENTHESIS_ALIGNMENT at rows 271, 302, 343 and 346
* LONG_LINE at rows 294, 313 and 315
* BRACES at rowa 320 and 351
This patch is inspired by the following post on LKML regarding another
clean up for rts5208 module:
http://www.spinics.net/lists/linux-driver-devel/msg55038.html

Changes in v2:
* rebased against staging-testing branch of staging driver development
tree

Fabio Falzoi (2):
  Staging: rts5208: helper function to manage aspm during reset
  Staging: rts5208: helper function to enable interrupts during reset

 drivers/staging/rts5208/rtsx_chip.c | 165 +++++++++++++++++++-----------------
 1 file changed, 87 insertions(+), 78 deletions(-)

-- 
2.1.1


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

end of thread, other threads:[~2014-10-20 10:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-19 19:30 [PATCH v2 0/2] Staging: rts5208: rtsx_reset_chip style clean up Fabio Falzoi
2014-10-19 19:30 ` [PATCH v2 1/2] Staging: rts5208: helper function to manage aspm during reset Fabio Falzoi
2014-10-19 19:30 ` [PATCH v2 2/2] Staging: rts5208: helper function to enable interrupts " Fabio Falzoi
2014-10-20 10:02 ` [PATCH v2 0/2] Staging: rts5208: rtsx_reset_chip style clean up Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).