Re: [PATCH 1/2] hsr: fix coding style issues

2017-06-12 Thread Murali Karicheri
On 06/06/2017 04:09 PM, David Miller wrote: > > Please do not mix cleanups with legitimate bug fixes. Also, when posting > a multi-patch series, you must always provide an appropriate "[PATCH 0/N]" > header posting that describes what you series is doing at a high level, > how it is doing it, and

Re: [PATCH 1/2] hsr: fix coding style issues

2017-06-06 Thread David Miller
Please do not mix cleanups with legitimate bug fixes. Also, when posting a multi-patch series, you must always provide an appropriate "[PATCH 0/N]" header posting that describes what you series is doing at a high level, how it is doing it, and why it is doing it that way. For this, submit the er

[PATCH 1/2] hsr: fix coding style issues

2017-06-05 Thread Murali Karicheri
This fix coding style issues detected by running checkpatch.pl -f option on files under net/hsr. Signed-off-by: Murali Karicheri --- Logs at http://pastebin.ubuntu.com/24787763/ net/hsr/hsr_device.c | 55 ++-- net/hsr/hsr_forward.c | 72 ++-