Files
linux/arch/tile/kernel
Markus Elfring 8797fe75f1 tile-module: Use kmalloc_array() in module_alloc()
* A multiplication for the size determination of a memory allocation
  indicated that an array data structure should be processed.
  Thus use the corresponding function "kmalloc_array".

* Replace the specification of a data type by a pointer dereference
  to make the corresponding size determination a bit safer according to
  the Linux coding style convention.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
2016-12-16 15:32:29 -05:00
..
2015-08-06 20:22:40 -04:00
2016-03-04 14:44:57 -05:00
2016-06-14 10:54:46 -07:00
2013-08-12 14:46:18 -04:00
2015-04-17 12:58:44 -04:00
2013-08-30 11:56:34 -04:00
2016-05-23 12:17:22 -04:00
2015-09-28 11:23:39 -04:00