* [PATCH 0/2] Staging: lustre: Remove int typecast of offsetof().
@ 2016-02-28 9:50 Sandhya Bankar
0 siblings, 0 replies; only message in thread
From: Sandhya Bankar @ 2016-02-28 9:50 UTC (permalink / raw)
To: outreachy-kernel
Remove int typecast of offsetof().
As per below coccinelle rule:
@@
type T;
expression E;
@@
- (int)(offsetof(T,E))
+ offsetof(T,E)
Sandhya Bankar (2):
Staging: lustre: Remove int typecast of offsetof().
Staging: lustre: lnet: Remove int typecast of offsetof().
.../staging/lustre/lnet/klnds/socklnd/socklnd.h | 2 +-
drivers/staging/lustre/lnet/lnet/api-ni.c | 54 +++++++++++-----------
2 files changed, 28 insertions(+), 28 deletions(-)
--
1.8.3.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-28 17:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28 9:50 [PATCH 0/2] Staging: lustre: Remove int typecast of offsetof() Sandhya Bankar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.