summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/messaging.c
diff options
context:
space:
mode:
authorHimangi Saraogi <himangi774@gmail.com>2014-06-26 21:41:59 +0200
committerTyler Hicks <tyhicks@canonical.com>2014-07-03 23:37:56 +0200
commitc4cf3ba4f34819170fee43532f729e2fc6aa9a76 (patch)
tree12babcdb754b30162abf9c74bf83bb0153aabb59 /fs/ecryptfs/messaging.c
parentUse %pd in eCryptFS (diff)
downloadlinux-c4cf3ba4f34819170fee43532f729e2fc6aa9a76.tar.xz
linux-c4cf3ba4f34819170fee43532f729e2fc6aa9a76.zip
ecryptfs: Drop cast
This patch does away with cast on void * and the if as it is unnecessary. The following Coccinelle semantic patch was used for making the change: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Diffstat (limited to 'fs/ecryptfs/messaging.c')
0 files changed, 0 insertions, 0 deletions