Re: [PATCH 1/2] drm/debugfs: use octal permissions instead of symbolic permissions

2023-01-09 Thread Jani Nikula
On Thu, 05 Jan 2023, Maíra Canal wrote: > Currently, debugfs functions are using symbolic macros as permission > bits, but checkpatch reinforces permission bits in the octal form, as > they are more readable and easier to understand [1]. > > Therefore, use octal permission bits in all debugfs func

[PATCH 1/2] drm/debugfs: use octal permissions instead of symbolic permissions

2023-01-05 Thread Maíra Canal
Currently, debugfs functions are using symbolic macros as permission bits, but checkpatch reinforces permission bits in the octal form, as they are more readable and easier to understand [1]. Therefore, use octal permission bits in all debugfs functions. [1] https://docs.kernel.org/dev-tools/chec