All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Staging: ioo: ad9832: Replace 'unsigned' with 'unsigned int'
@ 2016-03-21 15:33 Svetlana Orlik
  2016-03-22  1:52 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Svetlana Orlik @ 2016-03-21 15:33 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 v2:
  Send patch using mutt.
  v1 patch was sent using Google Groups web interface.
  Not sure it works.
  

 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] 3+ messages in thread

* Re: [Outreachy kernel] [PATCH v2] Staging: ioo: ad9832: Replace 'unsigned' with 'unsigned int'
  2016-03-21 15:33 [PATCH v2] Staging: ioo: ad9832: Replace 'unsigned' with 'unsigned int' Svetlana Orlik
@ 2016-03-22  1:52 ` Greg KH
  2016-03-22  3:55   ` Svetlana Orlik
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2016-03-22  1:52 UTC (permalink / raw)
  To: Svetlana Orlik; +Cc: outreachy-kernel

On Mon, Mar 21, 2016 at 06:33:51PM +0300, Svetlana Orlik wrote:
> Replace 'unsigned' with 'unsigned int' to avoid checkpatch.pl warning.
> 
> Signed-off-by: Svetlana Orlik <sveta.orlik.code@gmail.com>
> ---
> Changes in v2:
>   Send patch using mutt.
>   v1 patch was sent using Google Groups web interface.
>   Not sure it works.

Not sure what works?  The subject line still is incorrect.

Did you test-build the patch?

thanks,

greg k-h


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

* Re: [Outreachy kernel] [PATCH v2] Staging: ioo: ad9832: Replace 'unsigned' with 'unsigned int'
  2016-03-22  1:52 ` [Outreachy kernel] " Greg KH
@ 2016-03-22  3:55   ` Svetlana Orlik
  0 siblings, 0 replies; 3+ messages in thread
From: Svetlana Orlik @ 2016-03-22  3:55 UTC (permalink / raw)
  To: Greg KH; +Cc: outreachy-kernel

On 22.03.2016 04:52, Greg KH wrote:
> On Mon, Mar 21, 2016 at 06:33:51PM +0300, Svetlana Orlik wrote:
>> Replace 'unsigned' with 'unsigned int' to avoid checkpatch.pl warning.
>>
>> Signed-off-by: Svetlana Orlik <sveta.orlik.code@gmail.com>
>> ---
>> Changes in v2:
>>   Send patch using mutt.
>>   v1 patch was sent using Google Groups web interface.
>>   Not sure it works.
> 
> Not sure what works?  The subject line still is incorrect.
> 
> Did you test-build the patch?
> 
> thanks,
> 
> greg k-h
>

Hi,Greg!

To be clear, I was 'not sure' the Google Groups web interface will do the right job, when I was using it to post the patch (v1).  And it didn't.

Yes, I did test-build the patch with 'make drivers/staging/iio/frequency/*'.
Will correct the subject right away.

Sveta.


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

end of thread, other threads:[~2016-03-22  3:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21 15:33 [PATCH v2] Staging: ioo: ad9832: Replace 'unsigned' with 'unsigned int' Svetlana Orlik
2016-03-22  1:52 ` [Outreachy kernel] " Greg KH
2016-03-22  3:55   ` 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.