On Tue, Oct 13, 2015 at 11:40:00AM +0800, Greg KH wrote:
- ashmem_area_cachep = kmem_cache_create("ashmem_area_cache", - sizeof(struct ashmem_area), - 0, 0, NULL); + ashmem_area_cachep = + kmem_cache_create("ashmem_area_cache", + sizeof(struct ashmem_area), + 0, 0, NULL);is this really more readable?
You are right. The four-line version looks stupid. Just ignore these changes. Thanks for your patience, liao -- 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/

