commit | b72c8a7e2ca8c4c085c76d17005241eca2edf93a | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Mar 02 13:42:39 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 02 10:01:04 2018 -0500 |
tree | d452a1da68c2442d8682c88bc07b5dd94570fa9d | |
parent | 3c34cb9defb0d454be20287c1c7c7417ebce7bb3 [diff] |
net/usb/kalmia: use ARRAY_SIZE for various array sizing calculations Use the ARRAY_SIZE macro on a couple of arrays to determine size of the arrays. Also fix up alignment to clean up a checkpatch warning. Improvement suggested by Coccinelle. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>