Looks OK to me, thanks.
On Sep 7, 2012, at 11:59 PM, "Dan Carpenter" wrote:
> We changed this recently so we can just use kzalloc() here instead of
> kcalloc(1, ...). Kernel style prefers sizeof(*t) over sizeof *t. The
> kfree(t) is a no-op now as well so that can be removed.
>
> Signed-off-b
We changed this recently so we can just use kzalloc() here instead of
kcalloc(1, ...). Kernel style prefers sizeof(*t) over sizeof *t. The
kfree(t) is a no-op now as well so that can be removed.
Signed-off-by: Dan Carpenter
---
Only applies to linux-next.
diff --git a/drivers/block/aoe/aoecmd.
2 matches
Mail list logo