On Wed, Jun 28, 2017 at 09:42:36PM -0700, Dmitriy Cherkasov wrote: > Remove code which was permanently disabled with ifdefs. > > This also resolves the following checkpatch warning which was > triggered by the dead code: > > WARNING: space prohibited before semicolon > > Signed-off-by: Dmitriy Cherkasov <dmitriy@xxxxxxxxxxxx> > --- > drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h > index 5540de6..7c487fa 100644 > --- a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h > +++ b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h > @@ -521,13 +521,7 @@ struct ksock_proto { > > static inline __u32 ksocknal_csum(__u32 crc, unsigned char const *p, size_t len) > { > -#if 1 > return crc32_le(crc, p, len); Even better yet, why not just replace the callers of this tiny function, with crc32_le() instead and delete this useless wrapper? thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel