Re: [PATCH 1/3] Remove trailing NULs from network bonding sysfs interface.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Randy Dunlap
Date: Tuesday, November 27, 2007 - 8:49 pm

On Wed, 28 Nov 2007 01:49:54 +0100 =?utf-8?q?Ferenc_W=C3=A1gner?= wrote:


Hi,

Patches 1 & 3 use

	if (res) statement;

but the preferred form is

	if (res)
		statement;

Even if this style was already used in the source file, it should
be cleaned up.

Thanks,
---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/3] Remove trailing NULs from network bonding sysf ..., =?utf-8?q?Ferenc_W=C ..., (Tue Nov 27, 5:49 pm)
Re: [PATCH 1/3] Remove trailing NULs from network bonding ..., Randy Dunlap, (Tue Nov 27, 8:49 pm)
[PATCH 4/3] net/bonding: Adhere to coding style: break lin ..., =?utf-8?q?Ferenc_W=C ..., (Wed Nov 28, 5:16 pm)