summaryrefslogtreecommitdiff
path: root/scripts/config
diff options
context:
space:
mode:
authorEmil Medve <Emilian.Medve@Freescale.com>2015-01-21 10:03:25 (GMT)
committerMichael Turquette <mturquette@linaro.org>2015-01-28 18:11:39 (GMT)
commit13c25f57d4fc80648eba2951f52b5d0e1c1f63ab (patch)
treefb100ae12e187bc0e300a878302848c3634c92aa /scripts/config
parenta92472259775340f082c221d80afd80877f41b2b (diff)
downloadlinux-13c25f57d4fc80648eba2951f52b5d0e1c1f63ab.tar.xz
clk: qoriq: Fix checkpatch type ALLOC_SIZEOF_STRUCT
CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*cmux_clk)...) over kzalloc(sizeof(struct cmux_clk)...) + cmux_clk = kzalloc(sizeof(struct cmux_clk), GFP_KERNEL); CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*onecell_data)...) over kzalloc(sizeof(struct clk_onecell_data)...) + onecell_data = kzalloc(sizeof(struct clk_onecell_data), GFP_KERNEL); Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com> Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'scripts/config')
0 files changed, 0 insertions, 0 deletions