On Wed, Feb 21, 2018 at 9:28 PM, Rodrigo Siqueira <[email protected]> wrote: > This patch fixes the checkpatch.pl warning: > > drivers/iio/dummy/iio_dummy_evgen.c:151: WARNING: Symbolic permissions > 'S_IWUSR' are not preferred. Consider using octal permissions '0200'.
> ... Why this "..." :)? Commit subject could be done better. It is pretty obvious from the code that we change S_IWUSR with 0200. Better message: iio:dummy: Fix poke_evN file permissions

