diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-05-07 12:59:19 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-05-09 16:51:01 +0300 |
commit | d5c5181cd9fac12c9ea1ba3a250c77dca768410e (patch) | |
tree | 81d293e1f51827cd4d2054af4c67b716f2099e6d /net/tipc/msg.c | |
parent | 6f157edb4daa75ffc9e756b2ee8159270418d66f (diff) |
brcmfmac: cleanup a sizeof()
"flowrings" and "*flowrings" are both pointers so this always returns
sizeof(void *) and the current code works fine. But "*flowrings" is
intended here and static checkers complain, so lets change it.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'net/tipc/msg.c')
0 files changed, 0 insertions, 0 deletions