diff options
author | Avantika Mathur <mathur@us.ibm.com> | 2006-12-07 05:41:33 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 17:39:48 +0100 |
commit | 7e0289766a0750a56260565bd3b74eb544483d45 (patch) | |
tree | 1982232640bf359c572bd0b905005a79fd9c6030 /Documentation/infiniband | |
parent | [PATCH] ext3 balloc: fix _with_rsv freeze (diff) | |
download | linux-7e0289766a0750a56260565bd3b74eb544483d45.tar.xz linux-7e0289766a0750a56260565bd3b74eb544483d45.zip |
[PATCH] ext4: if expression format
changes instances of
if ((lhs = expression)) {
to the preferred coding style
lhs=expression;
if (lhs) {
Signed-off-by: Avantika Mathur <mathur@us.ibm.com>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/infiniband')
0 files changed, 0 insertions, 0 deletions