All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Staging: iio/frequency: Fix style issues
@ 2015-03-14  1:33 Cristina Opriceana
  2015-03-14  1:35 ` [PATCH 1/6] Staging: iio: Remove space after type cast Cristina Opriceana
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Cristina Opriceana @ 2015-03-14  1:33 UTC (permalink / raw)
  To: outreachy-kernel

This patchset involves removing style issues in iio/frequency and
cleaning up as suggested by checkpatch.pl.

Cristina Opriceana (6):
  Staging: iio: Remove space after type cast
  Staging: iio: Remove explicit comparison to NULL
  Staging: iio: Prefer using the BIT macro
  Staging: iio: Do not use multiple blank lines
  Staging: iio: Alignment should match open parenthesis
  Staging: iio: Use braces on all arms of if statement

 drivers/staging/iio/frequency/ad9832.c | 10 +++++-----
 drivers/staging/iio/frequency/ad9832.h | 12 ++++++------
 drivers/staging/iio/frequency/ad9834.c | 31 +++++++++++++++----------------
 drivers/staging/iio/frequency/ad9834.h | 27 +++++++++++++--------------
 4 files changed, 39 insertions(+), 41 deletions(-)

-- 
1.9.1



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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-14  1:33 [PATCH 0/6] Staging: iio/frequency: Fix style issues Cristina Opriceana
2015-03-14  1:35 ` [PATCH 1/6] Staging: iio: Remove space after type cast Cristina Opriceana
2015-03-14  1:36 ` [PATCH 2/6] Staging: iio: Remove explicit comparison to NULL Cristina Opriceana
2015-03-14  1:37 ` [PATCH 3/6] Staging: iio: Prefer using the BIT macro Cristina Opriceana
2015-03-14  6:36   ` [Outreachy kernel] " Julia Lawall
2015-03-14  7:41     ` Daniel Baluta
2015-03-14 12:40       ` Cristina Opriceana
2015-03-14  1:38 ` [PATCH 4/6] Staging: iio: Do not use multiple blank lines Cristina Opriceana
2015-03-14  1:39 ` [PATCH 5/6] Staging: iio: Alignment should match open parenthesis Cristina Opriceana
2015-03-14  6:34   ` [Outreachy kernel] " Julia Lawall
2015-03-14  7:50     ` Daniel Baluta
2015-03-14 12:58       ` Cristina Opriceana
2015-03-14 14:17         ` Julia Lawall
2015-03-14  1:40 ` [PATCH 6/6] Staging: iio: Use braces on all arms of if statement Cristina Opriceana

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.