Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: adc: ad799x: Fix warning generated by checkpatch
@ 2024-04-28 19:43 ogustavo
  2024-04-28 19:43 ` [PATCH 1/3] iio: adc: ad799x: change 'unsigned' to 'unsigned int' declaration ogustavo
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: ogustavo @ 2024-04-28 19:43 UTC (permalink / raw)
  To: lars, Michael.Hennerich, jic23; +Cc: Gustavo Rodrigues, linux-iio, linux-kernel

From: Gustavo Rodrigues <ogustavo@usp.br>

Clean code of iio:adc:ad799x to cease warning messages pointed by
checkpatch. These include proper variable declaration 'unsigned' to 
'unsigned int', add blank line and use of octal permission instead of 
symbolic.

Gustavo (3):
  iio: adc: ad799x: change 'unsigned' to 'unsigned int' declaration
  iio: adc: ad799x.c: add blank line to avoid warning messages
  iio: adc: ad799x: Prefer to use octal permission instead of symbolic

 drivers/iio/adc/ad799x.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/3] iio: adc: ad799x: Fix warning generated by checkpatch
@ 2024-04-26  1:23 Gustavo
  2024-04-27 10:39 ` Marcelo Schmitt
  0 siblings, 1 reply; 8+ messages in thread
From: Gustavo @ 2024-04-26  1:23 UTC (permalink / raw)
  To: lars, Michael.Hennerich, jic23; +Cc: Gustavo, linux-iio, linux-kernel

Clean code of iio:adc:ad799x to avoid warning messages. These include proper variable declaration 'unsigned' to 'unsigned int', add blank line and use of octal permission instead of symbolic.

Gustavo (3):
  iio: adc: ad799x: change 'unsigned' to 'unsigned int' declaration
  iio: adc: ad799x.c: add blank line to avoid warning messages
  iio: adc: ad799x: Prefer to use octal permission instead of symbolic

 drivers/iio/adc/ad799x.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-04-29 19:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-28 19:43 [PATCH 0/3] iio: adc: ad799x: Fix warning generated by checkpatch ogustavo
2024-04-28 19:43 ` [PATCH 1/3] iio: adc: ad799x: change 'unsigned' to 'unsigned int' declaration ogustavo
2024-04-28 19:43 ` [PATCH 2/3] iio: adc: ad799x: add blank line to avoid warning messages ogustavo
2024-04-28 19:43 ` [PATCH 3/3] iio: adc: ad799x: Prefer to use octal permission ogustavo
2024-04-29  7:28 ` [PATCH 0/3] iio: adc: ad799x: Fix warning generated by checkpatch Nuno Sá
2024-04-29 19:58   ` Jonathan Cameron
  -- strict thread matches above, loose matches on Subject: below --
2024-04-26  1:23 Gustavo
2024-04-27 10:39 ` Marcelo Schmitt

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