Re: [PATCH 04/32] target: Fix sizeof in kmalloc for some default_groups arrays

2013-12-16 Thread Nicholas A. Bellinger
On Fri, 2013-12-13 at 15:58 -0800, Andy Grover wrote: > Allocating an array of pointers, not the objects themselves. These two > sites now match all the other sites. > > Signed-off-by: Andy Grover > --- > drivers/target/target_core_configfs.c|2 +- > drivers/target/target_core_fabric

[PATCH 04/32] target: Fix sizeof in kmalloc for some default_groups arrays

2013-12-13 Thread Andy Grover
Allocating an array of pointers, not the objects themselves. These two sites now match all the other sites. Signed-off-by: Andy Grover --- drivers/target/target_core_configfs.c|2 +- drivers/target/target_core_fabric_configfs.c |2 +- 2 files changed, 2 insertions(+), 2 deletions