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
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to