Linux IIO development
 help / color / mirror / Atom feed
* Fix permissions warning from check-patch for tsl2x7x
@ 2017-04-28 23:03 Quentin Swain
  2017-04-28 23:03 ` [PATCH] Fix check-patch symbolic permissions warnings Quentin Swain
  0 siblings, 1 reply; 6+ messages in thread
From: Quentin Swain @ 2017-04-28 23:03 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, devel


Fix up complaints from check-patch regarding preference for octal permissions over symbolic permissions

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Fix permissions warning from check-patch for tsl2x7x
@ 2017-04-30 23:16 Quentin Swain
  2017-05-01  0:01 ` Jonathan Cameron
  0 siblings, 1 reply; 6+ messages in thread
From: Quentin Swain @ 2017-04-30 23:16 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, devel, apw, joe

Replace the use of symbolic permissions macros, S_IRUGO and S_IWUSR,
with octal permissons to resolve errors reported by checkpatch.pl.
checkpatch.pl still reports errors for use of decimal permissions in a
handful of cases where the macros were replaced with the octal in
ad9834 and ade7753. It seemed like those reports may be false positives
since this happens for a fraction of the changes that were made in those
files.

Thanks,
Quentin


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

end of thread, other threads:[~2017-05-01  0:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-28 23:03 Fix permissions warning from check-patch for tsl2x7x Quentin Swain
2017-04-28 23:03 ` [PATCH] Fix check-patch symbolic permissions warnings Quentin Swain
2017-04-30 16:22   ` Jonathan Cameron
2017-04-30 16:23     ` Jonathan Cameron
  -- strict thread matches above, loose matches on Subject: below --
2017-04-30 23:16 Fix permissions warning from check-patch for tsl2x7x Quentin Swain
2017-05-01  0:01 ` Jonathan Cameron

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