> -----Original Message----- > From: Julia Lawall [mailto:[email protected]] > Sent: Sunday, September 13, 2015 8:16 PM > To: Jaegeuk Kim > Cc: [email protected]; [email protected]; Changman > Lee; Chao Yu; > [email protected]; [email protected] > Subject: [PATCH 37/39] f2fs crypto: drop null test before destroy functions > > Remove unneeded NULL test. > > The semantic patch that makes this change is as follows: > (http://coccinelle.lip6.fr/) > > // <smpl> > @@ expression x; @@ > -if (x != NULL) > \(kmem_cache_destroy\|mempool_destroy\|dma_pool_destroy\)(x); > // </smpl> > > Signed-off-by: Julia Lawall <[email protected]>
Acked-by: Chao Yu <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

