diff options
| author | Sandhya Bankar <[email protected]> | 2016-02-28 14:46:56 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-01 19:38:34 -0800 |
| commit | 04697f7b61b07aedf6fbf2bba73f07b231e44d6a (patch) | |
| tree | a60b75f91db29bf0ad154e10fa5141d0f810e2fb /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 31cf532a290932e226dfee80eca0c41bf2e36555 (diff) | |
Staging: lustre: Remove int typecast of offsetof().
Remove int typecast of offsetof().
As per below coccinelle rule:
@@
type T;
expression E;
@@
- (int)(offsetof(T,E))
+ offsetof(T,E)
Signed-off-by: Sandhya Bankar <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions