aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-inline.h
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2012-09-12 16:27:57 +0530
committerWolfram Sang <[email protected]>2012-09-12 15:01:59 +0200
commit2049b5bcdd2172424c1ffc9b87d8f40020e9ebd6 (patch)
treeb385e53a23a5757941af39f73ba31db5de33367e /lib/mpi/mpi-inline.h
parentbaf3d7b7210c705bf8ca7afb03cd7f0b61d27058 (diff)
i2c: omap: decrease indentation level on data handling
The patch intends to decrease the indentation level on the data handling by using the fact that else of if (dev->buf_len) is same as if (!dev->buf_len) if (dev->buf_len) { aaa; } else { bbb; break; } to if (!dev->buf_len) { bbb; break; } aaa; Hence no functional changes. Signed-off-by: Felipe Balbi <[email protected]> Reviewed-by : Santosh Shilimkar <[email protected]> Signed-off-by: Shubhrajyoti D <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-inline.h')
0 files changed, 0 insertions, 0 deletions