IB/core: Fix array length allocation
authorDoug Ledford <dledford@redhat.com>
Mon, 6 Jun 2016 23:52:55 +0000 (19:52 -0400)
committerDoug Ledford <dledford@redhat.com>
Tue, 7 Jun 2016 13:42:21 +0000 (09:42 -0400)
commit41aaa99fab6ceaa4b533c2b6ad4913987ddb3ddc
treeac82511a648fc9eab5c35010b39578a72aa779b7
parent55c40648d31d0d97608f266955b8afae74e2b686
IB/core: Fix array length allocation

The new sysfs hw_counters code had an off by one in its array allocation
length.  Fix that and the comment along with it.

Reported-by: Mark Bloch <markb@mellanox.com>
Fixes: b40f4757daa1 (IB/core: Make device counter infrastructure
dynamic)
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/sysfs.c