On 16-04-19, 17:13, Madhumitha Prabakaran wrote:
Fix a blank line after structure declarations. Also, convert macros into inline functions in order to maintain Linux kernel coding style based on which the inline function is preferable over the macro.
Blank line fixes are suggested by checkpatch.pl
This was all intentional and we use such macros everywhere in kernel. No need for such a patch, sorry.