aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSandhya Bankar <[email protected]>2016-02-28 14:46:56 +0530
committerGreg Kroah-Hartman <[email protected]>2016-03-01 19:38:34 -0800
commit04697f7b61b07aedf6fbf2bba73f07b231e44d6a (patch)
treea60b75f91db29bf0ad154e10fa5141d0f810e2fb /tools
parent31cf532a290932e226dfee80eca0c41bf2e36555 (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')
0 files changed, 0 insertions, 0 deletions