Re: [PATCH v2] staging: rtl8188eu: remove not necessary braces {} (checkpatch fix)

From: Martin Karamihov
Date: Thu Feb 02 2017 - 01:07:10 EST


On 02/01/2017 08:11 PM, Joe Perches wrote:
...and clarifying the code for a
human reader is much more important than making a
file not have any checkpatch warnings.

I agree. I respect the developers' own coding style and believe that some things (>80 characters long lines, name conventions, etc) should be fixed by themselves (if they want to do that). I selected several TODOs with requests for code cleanups and chose a fix in attempt to accomplish my task with minimal inconvenience for the maintainers. I failed in my first attempts breaking some basic rules, sorry about that.

Martin