Re: [PATCH] net: rds: fix coding style issues

2016-06-18 Thread David Miller
From: Joshua Houghton Date: Sat, 18 Jun 2016 15:46:31 + > Fix coding style issues in the following files: > > ib_cm.c: add space > loop.c: convert spaces to tabs > sysctl.c: add space > tcp.h:convert spaces to tabs > tcp_connect.c:remove extra indentation in switch sta

Re: [PATCH] net: rds: fix coding style issues

2016-06-18 Thread Joshua Houghton
On Saturday, 18 June 2016 09:22:49 UTC santosh.shilim...@oracle.com wrote: > On 6/18/16 8:46 AM, Joshua Houghton wrote: > > Fix coding style issues in the following files: > > > > ib_cm.c: add space > > loop.c: convert spaces to tabs > > sysctl.c: add space > > tcp.h:convert

Re: [PATCH] net: rds: fix coding style issues

2016-06-18 Thread santosh.shilim...@oracle.com
On 6/18/16 8:46 AM, Joshua Houghton wrote: Fix coding style issues in the following files: ib_cm.c: add space loop.c: convert spaces to tabs sysctl.c: add space tcp.h:convert spaces to tabs tcp_connect.c:remove extra indentation in switch statement tcp_recv.c: convert sp

[PATCH] net: rds: fix coding style issues

2016-06-18 Thread Joshua Houghton
Fix coding style issues in the following files: ib_cm.c: add space loop.c: convert spaces to tabs sysctl.c: add space tcp.h:convert spaces to tabs tcp_connect.c:remove extra indentation in switch statement tcp_recv.c: convert spaces to tabs tcp_send.c: convert spaces to