diff options
| author | Shivani Bhardwaj <[email protected]> | 2015-10-16 20:50:10 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:48:19 -0700 |
| commit | 561e2967346af25aca786df77a339888574caec2 (patch) | |
| tree | 9b0da664d6a079e6e2ed87f8ddcf6addd24d14d7 /tools/perf/scripts/python | |
| parent | 3c6b71a503181ccfcbad25f500f18b1253b8a247 (diff) | |
Staging: iio: tsl2x7x_core: Remove unrequired parentheses from DIV_ROUND_UP
Remove parentheses surrounding the first argument of the macro
DIV_ROUND_UP as they are not required.
Semantic patch used:
@@
expression e1,e2;
@@
DIV_ROUND_UP(
- (
e1
- )
,e2)
Signed-off-by: Shivani Bhardwaj <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions