]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/lustre/lustre/lov/lov_internal.h
staging: lustre: Use parenthesis around sizeof
[~andy/linux] / drivers / staging / lustre / lustre / lov / lov_internal.h
index 16770d14ee04d8686204b3cfc94af6cd5e777b5c..9870d360a15a8c7555cca1e423f8ce81d20f0c03 100644 (file)
@@ -124,7 +124,7 @@ static inline void lov_llh_put(struct lov_lock_handles *llh)
                if (atomic_read(&llh->llh_refcount))
                        return;
 
-               OBD_FREE_RCU(llh, sizeof *llh +
+               OBD_FREE_RCU(llh, sizeof(*llh) +
                             sizeof(*llh->llh_handles) * llh->llh_stripe_count,
                             &llh->llh_handle);
        }