commit | b38e903090e12503a21183916ec8e5101b3ed610 | [log] [tgz] |
---|---|---|
author | Leo Kim <leo.kim@atmel.com> | Fri Nov 06 11:12:23 2015 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Nov 15 20:02:47 2015 -0800 |
tree | 6ddb681dff1ed261be4842a6f99892e907191672 | |
parent | 83231b7233bfc924e7059512f3c497c8e90f2c2b [diff] |
staging: wilc1000: fixes a struct allocation to match coding standards This patch fixes the checks reported by checkpatch.pl for prefer kmalloc(sizeof(*tx_data)...) over kmalloc(sizeof(struct tx_complete_data)...) 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>