All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] Staging: iio: ad9832: Replace 'unsigned' with 'unsigned int'
@ 2016-03-22  4:51 Svetlana Orlik
  0 siblings, 0 replies; only message in thread
From: Svetlana Orlik @ 2016-03-22  4:51 UTC (permalink / raw)
  To: outreachy-kernel

Replace 'unsigned' with 'unsigned int' to avoid checkpatch.pl warning.

Signed-off-by: Svetlana Orlik <sveta.orlik.code@gmail.com>
---
Changes in v3:
  -Correct 'iio:' in subject line.
  -Re-commit patch using full name 'Svetlana Orlik'.
  

 drivers/staging/iio/frequency/ad9832.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/iio/frequency/ad9832.c b/drivers/staging/iio/frequency/ad9832.c
index 18b27a1..358400b 100644
--- a/drivers/staging/iio/frequency/ad9832.c
+++ b/drivers/staging/iio/frequency/ad9832.c
@@ -31,7 +31,7 @@ static unsigned long ad9832_calc_freqreg(unsigned long mclk, unsigned long fout)
 }
 
 static int ad9832_write_frequency(struct ad9832_state *st,
-				  unsigned addr, unsigned long fout)
+				  unsigned int addr, unsigned long fout)
 {
 	unsigned long regval;
 
-- 
2.5.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-22  4:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-22  4:51 [PATCH v3] Staging: iio: ad9832: Replace 'unsigned' with 'unsigned int' Svetlana Orlik

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.