]> git.baikalelectronics.ru Git - kernel.git/commit
mISDN: hfcsusb: Use struct_size() helper
authorGustavo A. R. Silva <gustavoars@kernel.org>
Wed, 17 Jun 2020 23:15:57 +0000 (18:15 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 03:41:02 +0000 (20:41 -0700)
commitc8aaafca88d1cafc3e57abbf8e9d8b149cf122a8
tree305d6d085d541dcdd1c54f382ec1350ce6fab56c
parentf587fe73b4e53ccdcff0a80c70b13586139c8717
mISDN: hfcsusb: Use struct_size() helper

Make use of the struct_size() helper instead of an open-coded version
in order to avoid any potential type mistakes.

This code was detected with the help of Coccinelle and, audited and
fixed manually.

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hardware/mISDN/hfcsusb.c