public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: iio: adc: General code reformatting / cleanup patchset
@ 2020-03-18 19:07 Deepak R Varma
  2020-03-18 19:08 ` [PATCH 1/3] staging: iio: adc: ad7192: Re-indent enum labels Deepak R Varma
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Deepak R Varma @ 2020-03-18 19:07 UTC (permalink / raw)
  To: outreachy-kernel, gregkh, daniel.baluta, kieran.bingham
  Cc: lars, Michael.Hennerich, jic23, knaack.h, pmeerw, gregkh,
	linux-iio

Address code formatting warnings and check messages flagged by
checkpatch script. Also include another improvement for correcting macro
name typos. Changes intended to improve readability of code.

Changes since v1:
	1. Add separate patch for code re-indentation comment
	2. Add separate patch for correcting macro names as suggested by
	   Lars-Peter.
	3. Update variable name from sync* to sinc* as suggested by
	   Stefano. 
	4. Revert patch intended to add space around "-" operator. It
	   was a string with a "-" sign further formatted using
	   stringification. That patch is out of the patchset now.


Deepak R Varma (3):
  staging: iio: adc: ad7192: Re-indent enum labels
  staging: iio: adc: ad7192: Correct macro names from SYNC to SINC
  staging: iio: adc: ad7192: Reformat lines crossing 80 columns

 drivers/staging/iio/adc/ad7192.c | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-03-18 22:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-18 19:07 [PATCH v2 0/3] staging: iio: adc: General code reformatting / cleanup patchset Deepak R Varma
2020-03-18 19:08 ` [PATCH 1/3] staging: iio: adc: ad7192: Re-indent enum labels Deepak R Varma
2020-03-18 22:46   ` [Outreachy kernel] " Stefano Brivio
2020-03-18 19:09 ` [PATCH 2/3] staging: iio: adc: ad7192: Correct macro names from SYNC to SINC Deepak R Varma
2020-03-18 22:50   ` [Outreachy kernel] " Stefano Brivio
2020-03-18 19:10 ` [PATCH 3/3] staging: iio: adc: ad7192: Reformat lines crossing 80 columns Deepak R Varma
2020-03-18 22:45   ` [Outreachy kernel] " Stefano Brivio
2020-03-18 19:58 ` [PATCH v2 0/3] staging: iio: adc: General code reformatting / cleanup patchset Lars-Peter Clausen

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