Re: [PATCH 4/3] net/bonding: Adhere to coding style: break line after the if condition

2007-11-28 Thread Randy Dunlap
=?utf-8?q?Ferenc_W=C3=A1gner?= wrote: Signed-off-by: Ferenc Wágner <[EMAIL PROTECTED]> Acked-by: Randy Dunlap <[EMAIL PROTECTED]> Thanks. --- Randy Dunlap <[EMAIL PROTECTED]> writes: drivers/net/bonding/bond_sysfs.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff -

[PATCH 4/3] net/bonding: Adhere to coding style: break line after the if condition

2007-11-28 Thread =?utf-8?q?Ferenc_W=C3=A1gner?=
Signed-off-by: Ferenc Wágner <[EMAIL PROTECTED]> --- Randy Dunlap <[EMAIL PROTECTED]> writes: > Wagner Ferenc wrote: >> Randy Dunlap <[EMAIL PROTECTED]> writes: >> >>> Patches 1 & 3 use >>> >>> if (res) statement; >>> >>> but the preferred form is >>> >>> if (res) >>> statement