diff options
| author | Avantika Mathur <[email protected]> | 2006-12-06 20:41:33 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-12-07 08:39:48 -0800 |
| commit | 7e0289766a0750a56260565bd3b74eb544483d45 (patch) | |
| tree | 1982232640bf359c572bd0b905005a79fd9c6030 /include/linux/debugobjects.h | |
| parent | 7d1c520bb57e4b5e94ec937c13553dccf473341b (diff) | |
[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 <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions