commit | 1d401a4d66f6a3b1c70eec21288fe05d804d4bd8 | [log] [tgz] |
---|---|---|
author | Leo Kim <leo.kim@atmel.com> | Fri Nov 06 11:12:59 2015 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Nov 15 20:02:47 2015 -0800 |
tree | b5e3920e1aaff4b9226e37849a700122791b6daf | |
parent | 44c4417d1b2b3a05c9dd8f653915d2c3a6de4182 [diff] |
staging: wilc1000: fixes a struct allocation to match coding standards This patch fixes the checks reported by checkpatch.pl for prefer kmalloc(sizeof(*tqe)...) over kmalloc(sizeof(struct txq_entry_t)...) Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>