All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/5] staging: bcm2835-audio: fix multiple checkpatch warnings
@ 2017-03-02 18:54 Aishwarya Pant
  2017-03-02 18:54 ` [PATCH v5 1/5] staging: bcm2835-audio: remove space after cast Aishwarya Pant
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Aishwarya Pant @ 2017-03-02 18:54 UTC (permalink / raw)
  To: Stephen Warren, Lee Jones, Eric Anholt, Greg Kroah-Hartman,
	Florian Fainelli, Ray Jui, Scott Branden,
	bcm-kernel-feedback-list
  Cc: outreachy-kernel

Fix multiple code styling warnings issued by checkpatch on file
bcm2835-ctl.c in bcm2835-audio driver


Changes in v5:
	-Fix out of place commit messages
Changes in v4:
	-Refactor commit messages
Changes in v3:
        -Merge two if conditions
        -Fix subject of patch replace printk(... by dev_err(...
Changes in v2:
	-Replace pr_err with dev_err

Aishwarya Pant (5):
*** HERE ***
  staging: bcm2835-audio: remove space after cast 
  staging: bcm2835-audio: move logical continuation to the same line 
  staging: bcm2835-audio: use kernel preferred block commenting style 
  staging: bcm2835-audio: remove extra blank line 
  staging: bcm2835-audio: replace printk(KERN_ERR...) with dev_err(...) 

 .../vc04_services/bcm2835-audio/bcm2835-ctl.c      | 23 ++++++++++------------
 1 file changed, 10 insertions(+), 13 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-03-03 14:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02 18:54 [PATCH v5 0/5] staging: bcm2835-audio: fix multiple checkpatch warnings Aishwarya Pant
2017-03-02 18:54 ` [PATCH v5 1/5] staging: bcm2835-audio: remove space after cast Aishwarya Pant
2017-03-02 18:55 ` [PATCH v5 2/5] staging: bcm2835-audio: move logical continuation to the same line Aishwarya Pant
2017-03-02 18:56 ` [PATCH v5 3/5] staging: bcm2835-audio: use kernel preferred block commenting style Aishwarya Pant
2017-03-02 18:57 ` [PATCH v5 4/5] staging: bcm2835-audio: remove extra blank line Aishwarya Pant
2017-03-02 18:58 ` [PATCH v5 5/5] staging: bcm2835-audio: replace printk(KERN_ERR...) with dev_err(...) Aishwarya Pant
2017-03-02 22:16   ` [Outreachy kernel] " Julia Lawall
2017-03-03 14:28 ` [Outreachy kernel] [PATCH v5 0/5] staging: bcm2835-audio: fix multiple checkpatch warnings Daniel Baluta

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.